#47abdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
71, 171, 223
HSL
201°, 70%, 58%
CMYK
68, 23, 0, 13
Luminance
0.3579
Every format
| HEX | #47abdf |
| RGB | rgb(71, 171, 223) |
| HSL | hsl(201, 70%, 58%) |
| CMYK | cmyk(68%, 23%, 0%, 13%) |
| LAB | lab(66.4 -12.8 -34.7) |
| LCH | lch(66.4 37.0 249.8) |
| OKLCH | oklch(0.704 0.119 234.9) |
Copy-ready code
/* CSS */
color: #47abdf;
background-color: #47abdf;
/* Tailwind (arbitrary) */
class="text-[#47abdf] bg-[#47abdf]"
/* SCSS */
$brand: #47abdf;
/* SwiftUI */
Color(red: 0.278, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#47abdf")Accessibility — WCAG contrast
Aa
#47abdf on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47abdf on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green67.1%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#47abdf text on a black background
contrast 8.16:1
Card sample
#47abdf text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47abdf;
Background color
Panel with #47abdf background
background-color: #47abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47abdf; background: linear-gradient(135deg, #47abdf, #4847DF);