#7CD3F8
A light, vivid blue closely aligning with Skyblue.
About #7CD3F8
Visually, #7CD3F8 is defined as a vivid blue. Designers often compare it to the standard color Skyblue. This translates to an RGB value of rgb(124, 211, 248).
If you are designing for print, the four-color process is what matters most. The color uses 50% Cyan, 15% Magenta, 0% Yellow, and 3% Black. With a hue angle of 197.9 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CD3F8
RGB124, 211, 248
HSL197.9°, 89.9%, 72.9%
CMYK50%, 15%, 0%, 3%
HSV197.9°, 50.0%, 97.3%
LAB80.5, -16.5, -26.2
XYZ48.5, 57.7, 97.4
Decimal8180728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.53:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CD3F8;
}
.text-color {
color: #7CD3F8;
}
.border-color {
border: 2px solid #7CD3F8;
}