#668AFF
A light, vivid blue closely aligning with Dodgerblue.
About #668AFF
The hex code #668AFF represents a beautifully specific shade of blue. It is closely associated with the named CSS color Dodgerblue. This translates to an RGB value of rgb(102, 138, 255).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 60% cyan and 46% magenta inks. With a hue angle of 225.9 degrees, it sits comfortably in the blue spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#668AFF
RGB102, 138, 255
HSL225.9°, 100.0%, 70.0%
CMYK60%, 46%, 0%, 0%
HSV225.9°, 60.0%, 100.0%
LAB60.1, 22.1, -62.1
XYZ32.6, 28.2, 98.3
Decimal6720255
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.16:1
Text on #FFFFFF
AA Large
6.64:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #668AFF;
}
.text-color {
color: #668AFF;
}
.border-color {
border: 2px solid #668AFF;
}