#7CB6C5
A light, moderate cyan closely aligning with Skyblue.
About #7CB6C5
Visually, #7CB6C5 is defined as a moderate cyan. Its closest recognized web color is Skyblue. In the RGB color space, it consists of 124 red, 182 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. The color uses 37% Cyan, 8% Magenta, 0% Yellow, and 23% Black. The HSL representation is 192.3° hue, 38.6% saturation, and 62.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CB6C5
RGB124, 182, 197
HSL192.3°, 38.6%, 62.9%
CMYK37%, 8%, 0%, 23%
HSV192.3°, 37.1%, 77.3%
LAB70.7, -15.0, -13.6
XYZ35.1, 41.8, 59.0
Decimal8173253
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.35:1
Text on #000000
AAA
2.15:1
Text on #F8FAFC
FAIL
7.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CB6C5;
}
.text-color {
color: #7CB6C5;
}
.border-color {
border: 2px solid #7CB6C5;
}