#667ade
a balanced, vivid blue · warm · closest name: royalblue
RGB
102, 122, 222
HSL
230°, 65%, 64%
CMYK
54, 45, 0, 13
Luminance
0.2202
Every format
| HEX | #667ade |
| RGB | rgb(102, 122, 222) |
| HSL | hsl(230, 65%, 64%) |
| CMYK | cmyk(54%, 45%, 0%, 13%) |
| LAB | lab(54.0 21.1 -53.5) |
| LCH | lch(54.0 57.5 291.5) |
| OKLCH | oklch(0.612 0.152 272.6) |
Copy-ready code
/* CSS */
color: #667ade;
background-color: #667ade;
/* Tailwind (arbitrary) */
class="text-[#667ade] bg-[#667ade]"
/* SCSS */
$brand: #667ade;
/* SwiftUI */
Color(red: 0.400, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#667ade")Accessibility — WCAG contrast
Aa
#667ade on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#667ade on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green47.8%
Blue87.1%
CMYK percentages
Cyan54.1%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#667ade text on a black background
contrast 5.40:1
Card sample
#667ade text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #667ade;
Background color
Panel with #667ade background
background-color: #667ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #667ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #667ade; background: linear-gradient(135deg, #667ade, #A266DE);