#71ade9
a light, vivid blue · cool · closest name: steelblue
RGB
113, 173, 233
HSL
210°, 73%, 68%
CMYK
52, 26, 0, 9
Luminance
0.3928
Every format
| HEX | #71ade9 |
| RGB | rgb(113, 173, 233) |
| HSL | hsl(210, 73%, 68%) |
| CMYK | cmyk(52%, 26%, 0%, 9%) |
| LAB | lab(69.0 -2.9 -36.0) |
| LCH | lch(69.0 36.2 265.4) |
| OKLCH | oklch(0.731 0.108 249.5) |
Copy-ready code
/* CSS */
color: #71ade9;
background-color: #71ade9;
/* Tailwind (arbitrary) */
class="text-[#71ade9] bg-[#71ade9]"
/* SCSS */
$brand: #71ade9;
/* SwiftUI */
Color(red: 0.443, green: 0.678, blue: 0.914)
/* Android */
Color.parseColor("#71ade9")Accessibility — WCAG contrast
Aa
#71ade9 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71ade9 on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green67.8%
Blue91.4%
CMYK percentages
Cyan51.5%
Magenta25.8%
Yellow0.0%
Key (black)8.6%
Color previews
#71ade9 text on a black background
contrast 8.86:1
Card sample
#71ade9 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71ade9;
Background color
Panel with #71ade9 background
background-color: #71ade9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71ade9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 173, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 173, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71ade9; background: linear-gradient(135deg, #71ade9, #8571E9);