#71abdf
a light, vivid blue · cool · closest name: steelblue
RGB
113, 171, 223
HSL
208°, 63%, 66%
CMYK
49, 23, 0, 13
Luminance
0.3796
Every format
| HEX | #71abdf |
| RGB | rgb(113, 171, 223) |
| HSL | hsl(208, 63%, 66%) |
| CMYK | cmyk(49%, 23%, 0%, 13%) |
| LAB | lab(68.0 -4.7 -32.0) |
| LCH | lch(68.0 32.4 261.6) |
| OKLCH | oklch(0.722 0.097 246.7) |
Copy-ready code
/* CSS */
color: #71abdf;
background-color: #71abdf;
/* Tailwind (arbitrary) */
class="text-[#71abdf] bg-[#71abdf]"
/* SCSS */
$brand: #71abdf;
/* SwiftUI */
Color(red: 0.443, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#71abdf")Accessibility — WCAG contrast
Aa
#71abdf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71abdf on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green67.1%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#71abdf text on a black background
contrast 8.59:1
Card sample
#71abdf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71abdf;
Background color
Panel with #71abdf background
background-color: #71abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71abdf; background: linear-gradient(135deg, #71abdf, #8071DF);