#667CF8
A light, vivid blue closely aligning with Royalblue.
About #667CF8
When working with digital screens, the color #667CF8 is rendered by mixing light. Designers often compare it to the standard color Royalblue. In the RGB color space, it consists of 102 red, 124 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 59% C, 50% M, 0% Y, and 3% K. The HSL representation is 231.0° hue, 91.3% saturation, and 68.6% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#667CF8
RGB102, 124, 248
HSL231.0°, 91.3%, 68.6%
CMYK59%, 50%, 0%, 3%
HSV231.0°, 58.9%, 97.3%
LAB56.1, 28.2, -64.7
XYZ29.6, 24.0, 91.9
Decimal6716664
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.62:1
Text on #FFFFFF
AA Large
5.80:1
Text on #000000
AA
3.46:1
Text on #F8FAFC
AA Large
4.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #667CF8;
}
.text-color {
color: #667CF8;
}
.border-color {
border: 2px solid #667CF8;
}