#7CDBF0
A light, vivid cyan closely aligning with Skyblue.
About #7CDBF0
At its core, #7CDBF0 is a light and vivid hue. It is closely associated with the named CSS color Skyblue. Its digital footprint relies on 124 parts red, 219 parts green, and 240 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 48% C, 9% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CDBF0
RGB124, 219, 240
HSL190.9°, 79.5%, 71.4%
CMYK48%, 9%, 0%, 6%
HSV190.9°, 48.3%, 94.1%
LAB82.5, -22.7, -19.0
XYZ49.4, 61.2, 91.7
Decimal8182768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.25:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CDBF0;
}
.text-color {
color: #7CDBF0;
}
.border-color {
border: 2px solid #7CDBF0;
}