#479fdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
71, 159, 223
HSL
205°, 70%, 58%
CMYK
68, 29, 0, 13
Luminance
0.3146
Every format
| HEX | #479fdf |
| RGB | rgb(71, 159, 223) |
| HSL | hsl(205, 70%, 58%) |
| CMYK | cmyk(68%, 29%, 0%, 13%) |
| LAB | lab(62.9 -6.1 -40.1) |
| LCH | lch(62.9 40.6 261.3) |
| OKLCH | oklch(0.677 0.127 243.4) |
Copy-ready code
/* CSS */
color: #479fdf;
background-color: #479fdf;
/* Tailwind (arbitrary) */
class="text-[#479fdf] bg-[#479fdf]"
/* SCSS */
$brand: #479fdf;
/* SwiftUI */
Color(red: 0.278, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#479fdf")Accessibility — WCAG contrast
Aa
#479fdf on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#479fdf on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green62.4%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#479fdf text on a black background
contrast 7.29:1
Card sample
#479fdf text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #479fdf;
Background color
Panel with #479fdf background
background-color: #479fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #479fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #479fdf; background: linear-gradient(135deg, #479fdf, #5447DF);