#71affc
a light, electric blue · cool · closest name: steelblue
RGB
113, 175, 252
HSL
213°, 96%, 72%
CMYK
55, 31, 0, 1
Luminance
0.4120
Every format
| HEX | #71affc |
| RGB | rgb(113, 175, 252) |
| HSL | hsl(213, 96%, 72%) |
| CMYK | cmyk(55%, 31%, 0%, 1%) |
| LAB | lab(70.3 1.7 -44.2) |
| LCH | lch(70.3 44.3 272.2) |
| OKLCH | oklch(0.744 0.129 254.5) |
Copy-ready code
/* CSS */
color: #71affc;
background-color: #71affc;
/* Tailwind (arbitrary) */
class="text-[#71affc] bg-[#71affc]"
/* SCSS */
$brand: #71affc;
/* SwiftUI */
Color(red: 0.443, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#71affc")Accessibility — WCAG contrast
Aa
#71affc on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71affc on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green68.6%
Blue98.8%
CMYK percentages
Cyan55.2%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#71affc text on a black background
contrast 9.24:1
Card sample
#71affc text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71affc;
Background color
Panel with #71affc background
background-color: #71affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71affc; background: linear-gradient(135deg, #71affc, #9071FC);