#669ade
a balanced, vivid blue · cool · closest name: steelblue
RGB
102, 154, 222
HSL
214°, 65%, 64%
CMYK
54, 31, 0, 13
Luminance
0.3121
Every format
| HEX | #669ade |
| RGB | rgb(102, 154, 222) |
| HSL | hsl(214, 65%, 64%) |
| CMYK | cmyk(54%, 31%, 0%, 13%) |
| LAB | lab(62.7 2.1 -39.8) |
| LCH | lch(62.7 39.9 273.0) |
| OKLCH | oklch(0.678 0.116 255.6) |
Copy-ready code
/* CSS */
color: #669ade;
background-color: #669ade;
/* Tailwind (arbitrary) */
class="text-[#669ade] bg-[#669ade]"
/* SCSS */
$brand: #669ade;
/* SwiftUI */
Color(red: 0.400, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#669ade")Accessibility — WCAG contrast
Aa
#669ade on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#669ade on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green60.4%
Blue87.1%
CMYK percentages
Cyan54.1%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#669ade text on a black background
contrast 7.24:1
Card sample
#669ade text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #669ade;
Background color
Panel with #669ade background
background-color: #669ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #669ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #669ade; background: linear-gradient(135deg, #669ade, #8266DE);