#71aff4
a light, electric blue · cool · closest name: steelblue
RGB
113, 175, 244
HSL
212°, 86%, 70%
CMYK
54, 28, 0, 4
Luminance
0.4070
Every format
| HEX | #71aff4 |
| RGB | rgb(113, 175, 244) |
| HSL | hsl(212, 86%, 70%) |
| CMYK | cmyk(54%, 28%, 0%, 4%) |
| LAB | lab(70.0 -0.7 -40.5) |
| LCH | lch(70.0 40.5 269.0) |
| OKLCH | oklch(0.740 0.119 252.1) |
Copy-ready code
/* CSS */
color: #71aff4;
background-color: #71aff4;
/* Tailwind (arbitrary) */
class="text-[#71aff4] bg-[#71aff4]"
/* SCSS */
$brand: #71aff4;
/* SwiftUI */
Color(red: 0.443, green: 0.686, blue: 0.957)
/* Android */
Color.parseColor("#71aff4")Accessibility — WCAG contrast
Aa
#71aff4 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71aff4 on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green68.6%
Blue95.7%
CMYK percentages
Cyan53.7%
Magenta28.3%
Yellow0.0%
Key (black)4.3%
Color previews
#71aff4 text on a black background
contrast 9.14:1
Card sample
#71aff4 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71aff4;
Background color
Panel with #71aff4 background
background-color: #71aff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71aff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 175, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 175, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71aff4; background: linear-gradient(135deg, #71aff4, #8A71F4);