#7CD3F0
A light, vivid blue closely aligning with Skyblue.
About #7CD3F0
Visually, #7CD3F0 is defined as a vivid blue. Designers often compare it to the standard color Skyblue. In the RGB color space, it consists of 124 red, 211 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. The color uses 48% Cyan, 12% Magenta, 0% Yellow, and 6% Black. The HSL representation is 195.0° hue, 79.5% saturation, and 71.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CD3F0
RGB124, 211, 240
HSL195.0°, 79.5%, 71.4%
CMYK48%, 12%, 0%, 6%
HSV195.0°, 48.3%, 94.1%
LAB80.3, -18.6, -22.4
XYZ47.3, 57.2, 91.0
Decimal8180720
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.43:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CD3F0;
}
.text-color {
color: #7CD3F0;
}
.border-color {
border: 2px solid #7CD3F0;
}