#667df5
a light, electric blue · warm · closest name: royalblue
RGB
102, 125, 245
HSL
230°, 88%, 68%
CMYK
58, 49, 0, 4
Luminance
0.2408
Every format
| HEX | #667df5 |
| RGB | rgb(102, 125, 245) |
| HSL | hsl(230, 88%, 68%) |
| CMYK | cmyk(58%, 49%, 0%, 4%) |
| LAB | lab(56.2 26.6 -62.9) |
| LCH | lch(56.2 68.3 293.0) |
| OKLCH | oklch(0.632 0.180 272.1) |
Copy-ready code
/* CSS */
color: #667df5;
background-color: #667df5;
/* Tailwind (arbitrary) */
class="text-[#667df5] bg-[#667df5]"
/* SCSS */
$brand: #667df5;
/* SwiftUI */
Color(red: 0.400, green: 0.490, blue: 0.961)
/* Android */
Color.parseColor("#667df5")Accessibility — WCAG contrast
Aa
#667df5 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#667df5 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green49.0%
Blue96.1%
CMYK percentages
Cyan58.4%
Magenta49.0%
Yellow0.0%
Key (black)3.9%
Color previews
#667df5 text on a black background
contrast 5.82:1
Card sample
#667df5 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #667df5;
Background color
Panel with #667df5 background
background-color: #667df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #667df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 125, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 125, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #667df5; background: linear-gradient(135deg, #667df5, #AE66F5);