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