#429ade
a balanced, vivid blue · cool · closest name: steelblue
RGB
66, 154, 222
HSL
206°, 70%, 57%
CMYK
70, 31, 0, 13
Luminance
0.2954
Every format
| HEX | #429ade |
| RGB | rgb(66, 154, 222) |
| HSL | hsl(206, 70%, 57%) |
| CMYK | cmyk(70%, 31%, 0%, 13%) |
| LAB | lab(61.3 -4.4 -42.1) |
| LCH | lch(61.3 42.4 264.1) |
| OKLCH | oklch(0.663 0.132 245.1) |
Copy-ready code
/* CSS */
color: #429ade;
background-color: #429ade;
/* Tailwind (arbitrary) */
class="text-[#429ade] bg-[#429ade]"
/* SCSS */
$brand: #429ade;
/* SwiftUI */
Color(red: 0.259, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#429ade")Accessibility — WCAG contrast
Aa
#429ade on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#429ade on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green60.4%
Blue87.1%
CMYK percentages
Cyan70.3%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#429ade text on a black background
contrast 6.91:1
Card sample
#429ade text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #429ade;
Background color
Panel with #429ade background
background-color: #429ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #429ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #429ade; background: linear-gradient(135deg, #429ade, #5242DE);