#429fdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
66, 159, 223
HSL
205°, 71%, 57%
CMYK
70, 29, 0, 13
Luminance
0.3128
Every format
| HEX | #429fdf |
| RGB | rgb(66, 159, 223) |
| HSL | hsl(205, 71%, 57%) |
| CMYK | cmyk(70%, 29%, 0%, 13%) |
| LAB | lab(62.7 -6.9 -40.4) |
| LCH | lch(62.7 40.9 260.3) |
| OKLCH | oklch(0.675 0.129 242.3) |
Copy-ready code
/* CSS */
color: #429fdf;
background-color: #429fdf;
/* Tailwind (arbitrary) */
class="text-[#429fdf] bg-[#429fdf]"
/* SCSS */
$brand: #429fdf;
/* SwiftUI */
Color(red: 0.259, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#429fdf")Accessibility — WCAG contrast
Aa
#429fdf on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#429fdf on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green62.4%
Blue87.5%
CMYK percentages
Cyan70.4%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#429fdf text on a black background
contrast 7.26:1
Card sample
#429fdf text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #429fdf;
Background color
Panel with #429fdf background
background-color: #429fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #429fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #429fdf; background: linear-gradient(135deg, #429fdf, #4E42DF);