#667bbf
a balanced, soft blue · warm · closest name: steelblue
RGB
102, 123, 191
HSL
226°, 41%, 58%
CMYK
47, 36, 0, 25
Luminance
0.2075
Every format
| HEX | #667bbf |
| RGB | rgb(102, 123, 191) |
| HSL | hsl(226, 41%, 58%) |
| CMYK | cmyk(47%, 36%, 0%, 25%) |
| LAB | lab(52.7 10.8 -38.0) |
| LCH | lch(52.7 39.6 285.9) |
| OKLCH | oklch(0.596 0.107 269.9) |
Copy-ready code
/* CSS */
color: #667bbf;
background-color: #667bbf;
/* Tailwind (arbitrary) */
class="text-[#667bbf] bg-[#667bbf]"
/* SCSS */
$brand: #667bbf;
/* SwiftUI */
Color(red: 0.400, green: 0.482, blue: 0.749)
/* Android */
Color.parseColor("#667bbf")Accessibility — WCAG contrast
Aa
#667bbf on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#667bbf on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green48.2%
Blue74.9%
CMYK percentages
Cyan46.6%
Magenta35.6%
Yellow0.0%
Key (black)25.1%
Color previews
#667bbf text on a black background
contrast 5.15:1
Card sample
#667bbf text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #667bbf;
Background color
Panel with #667bbf background
background-color: #667bbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #667bbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 123, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 123, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #667bbf; background: linear-gradient(135deg, #667bbf, #8C66BF);