#667CE2
A light, moderate blue closely aligning with Royalblue.
About #667CE2
The precise color #667CE2 is an excellent choice for modern design projects. It is closely associated with the named CSS color Royalblue. This translates to an RGB value of rgb(102, 124, 226).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 55% C, 45% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#667CE2
RGB102, 124, 226
HSL229.4°, 68.1%, 64.3%
CMYK55%, 45%, 0%, 11%
HSV229.4°, 54.9%, 88.6%
LAB54.8, 21.1, -54.5
XYZ26.4, 22.7, 74.9
Decimal6716642
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.79:1
Text on #FFFFFF
AA Large
5.55:1
Text on #000000
AA
3.62:1
Text on #F8FAFC
AA Large
4.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #667CE2;
}
.text-color {
color: #667CE2;
}
.border-color {
border: 2px solid #667CE2;
}