#7CA8E9
A light, vivid blue closely aligning with Cornflowerblue.
About #7CA8E9
At its core, #7CA8E9 is a light and vivid hue. Its closest recognized web color is Cornflowerblue. This translates to an RGB value of rgb(124, 168, 233).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 47% cyan and 28% magenta inks. With a hue angle of 215.8 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CA8E9
RGB124, 168, 233
HSL215.8°, 71.2%, 70.0%
CMYK47%, 28%, 0%, 9%
HSV215.8°, 46.8%, 91.4%
LAB68.1, 2.4, -37.3
XYZ37.0, 38.2, 82.5
Decimal8169705
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.63:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CA8E9;
}
.text-color {
color: #7CA8E9;
}
.border-color {
border: 2px solid #7CA8E9;
}