#7CCCE9
A light, vivid blue closely aligning with Skyblue.
About #7CCCE9
At its core, #7CCCE9 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Skyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 204, and 233.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 47% cyan and 12% magenta inks. With a hue angle of 196.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CCCE9
RGB124, 204, 233
HSL196.0°, 71.2%, 70.0%
CMYK47%, 12%, 0%, 9%
HSV196.0°, 46.8%, 91.4%
LAB78.1, -17.0, -22.0
XYZ44.6, 53.4, 85.0
Decimal8178921
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.67:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CCCE9;
}
.text-color {
color: #7CCCE9;
}
.border-color {
border: 2px solid #7CCCE9;
}