#668eee
a light, electric blue · cool · closest name: dodgerblue
RGB
102, 142, 238
HSL
222°, 80%, 67%
CMYK
57, 40, 0, 7
Luminance
0.2834
Every format
| HEX | #668eee |
| RGB | rgb(102, 142, 238) |
| HSL | hsl(222, 80%, 67%) |
| CMYK | cmyk(57%, 40%, 0%, 7%) |
| LAB | lab(60.2 14.2 -52.6) |
| LCH | lch(60.2 54.5 285.1) |
| OKLCH | oklch(0.662 0.150 265.5) |
Copy-ready code
/* CSS */
color: #668eee;
background-color: #668eee;
/* Tailwind (arbitrary) */
class="text-[#668eee] bg-[#668eee]"
/* SCSS */
$brand: #668eee;
/* SwiftUI */
Color(red: 0.400, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#668eee")Accessibility — WCAG contrast
Aa
#668eee on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#668eee on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green55.7%
Blue93.3%
CMYK percentages
Cyan57.1%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#668eee text on a black background
contrast 6.67:1
Card sample
#668eee text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #668eee;
Background color
Panel with #668eee background
background-color: #668eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #668eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #668eee; background: linear-gradient(135deg, #668eee, #9966EE);