#429ddf
a balanced, vivid blue · cool · closest name: steelblue
RGB
66, 157, 223
HSL
205°, 71%, 57%
CMYK
70, 30, 0, 13
Luminance
0.3060
Every format
| HEX | #429ddf |
| RGB | rgb(66, 157, 223) |
| HSL | hsl(205, 71%, 57%) |
| CMYK | cmyk(70%, 30%, 0%, 13%) |
| LAB | lab(62.2 -5.8 -41.3) |
| LCH | lch(62.2 41.7 262.1) |
| OKLCH | oklch(0.671 0.130 243.6) |
Copy-ready code
/* CSS */
color: #429ddf;
background-color: #429ddf;
/* Tailwind (arbitrary) */
class="text-[#429ddf] bg-[#429ddf]"
/* SCSS */
$brand: #429ddf;
/* SwiftUI */
Color(red: 0.259, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#429ddf")Accessibility — WCAG contrast
Aa
#429ddf on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#429ddf on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green61.6%
Blue87.5%
CMYK percentages
Cyan70.4%
Magenta29.6%
Yellow0.0%
Key (black)12.5%
Color previews
#429ddf text on a black background
contrast 7.12:1
Card sample
#429ddf text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #429ddf;
Background color
Panel with #429ddf background
background-color: #429ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #429ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #429ddf; background: linear-gradient(135deg, #429ddf, #5042DF);