#7CBDF0
A light, vivid blue closely aligning with Lightskyblue.
About #7CBDF0
Visually, #7CBDF0 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Lightskyblue. Its digital footprint relies on 124 parts red, 189 parts green, and 240 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 48% Cyan, 21% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CBDF0
RGB124, 189, 240
HSL206.4°, 79.5%, 71.4%
CMYK48%, 21%, 0%, 6%
HSV206.4°, 48.3%, 94.1%
LAB74.2, -7.1, -31.7
XYZ42.2, 47.0, 89.3
Decimal8175088
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.39:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CBDF0;
}
.text-color {
color: #7CBDF0;
}
.border-color {
border: 2px solid #7CBDF0;
}