#7C8ACC
A light, moderate blue closely aligning with Cornflowerblue.
About #7C8ACC
At its core, #7C8ACC is a light and moderate hue. It is closely associated with the named CSS color Cornflowerblue. This translates to an RGB value of rgb(124, 138, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 39% C, 32% M, 0% Y, and 20% K. With a hue angle of 229.5 degrees, it sits comfortably in the blue spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C8ACC
RGB124, 138, 204
HSL229.5°, 44.0%, 64.3%
CMYK39%, 32%, 0%, 20%
HSV229.5°, 39.2%, 80.0%
LAB58.8, 11.4, -35.7
XYZ28.3, 26.8, 60.8
Decimal8161996
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.30:1
Text on #FFFFFF
AA Large
6.36:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.41:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C8ACC;
}
.text-color {
color: #7C8ACC;
}
.border-color {
border: 2px solid #7C8ACC;
}