#7CDBF8
A light, vivid cyan closely aligning with Skyblue.
About #7CDBF8
Visually, #7CDBF8 is defined as a vivid cyan. It is closely associated with the named CSS color Skyblue. In the RGB color space, it consists of 124 red, 219 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. The color uses 50% Cyan, 12% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CDBF8
RGB124, 219, 248
HSL194.0°, 89.9%, 72.9%
CMYK50%, 12%, 0%, 3%
HSV194.0°, 50.0%, 97.3%
LAB82.8, -20.5, -22.8
XYZ50.6, 61.7, 98.1
Decimal8182776
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.35:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CDBF8;
}
.text-color {
color: #7CDBF8;
}
.border-color {
border: 2px solid #7CDBF8;
}