#71baf4
a light, electric blue · cool · closest name: skyblue
RGB
113, 186, 244
HSL
207°, 86%, 70%
CMYK
54, 24, 0, 4
Luminance
0.4516
Every format
| HEX | #71baf4 |
| RGB | rgb(113, 186, 244) |
| HSL | hsl(207, 86%, 70%) |
| CMYK | cmyk(54%, 24%, 0%, 4%) |
| LAB | lab(73.0 -6.8 -35.7) |
| LCH | lch(73.0 36.4 259.3) |
| OKLCH | oklch(0.764 0.111 244.0) |
Copy-ready code
/* CSS */
color: #71baf4;
background-color: #71baf4;
/* Tailwind (arbitrary) */
class="text-[#71baf4] bg-[#71baf4]"
/* SCSS */
$brand: #71baf4;
/* SwiftUI */
Color(red: 0.443, green: 0.729, blue: 0.957)
/* Android */
Color.parseColor("#71baf4")Accessibility — WCAG contrast
Aa
#71baf4 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71baf4 on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green72.9%
Blue95.7%
CMYK percentages
Cyan53.7%
Magenta23.8%
Yellow0.0%
Key (black)4.3%
Color previews
#71baf4 text on a black background
contrast 10.03:1
Card sample
#71baf4 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71baf4;
Background color
Panel with #71baf4 background
background-color: #71baf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71baf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 186, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 186, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71baf4; background: linear-gradient(135deg, #71baf4, #7F71F4);