#71acef
a light, electric blue · cool · closest name: steelblue
RGB
113, 172, 239
HSL
212°, 80%, 69%
CMYK
53, 28, 0, 6
Luminance
0.3925
Every format
| HEX | #71acef |
| RGB | rgb(113, 172, 239) |
| HSL | hsl(212, 80%, 69%) |
| CMYK | cmyk(53%, 28%, 0%, 6%) |
| LAB | lab(68.9 -0.5 -39.4) |
| LCH | lch(68.9 39.4 269.2) |
| OKLCH | oklch(0.731 0.116 252.5) |
Copy-ready code
/* CSS */
color: #71acef;
background-color: #71acef;
/* Tailwind (arbitrary) */
class="text-[#71acef] bg-[#71acef]"
/* SCSS */
$brand: #71acef;
/* SwiftUI */
Color(red: 0.443, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#71acef")Accessibility — WCAG contrast
Aa
#71acef on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71acef on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green67.5%
Blue93.7%
CMYK percentages
Cyan52.7%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#71acef text on a black background
contrast 8.85:1
Card sample
#71acef text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71acef;
Background color
Panel with #71acef background
background-color: #71acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71acef; background: linear-gradient(135deg, #71acef, #8A71EF);