#71bdfb
a light, electric blue · cool · closest name: skyblue
RGB
113, 189, 251
HSL
207°, 95%, 71%
CMYK
55, 25, 0, 2
Luminance
0.4687
Every format
| HEX | #71bdfb |
| RGB | rgb(113, 189, 251) |
| HSL | hsl(207, 95%, 71%) |
| CMYK | cmyk(55%, 25%, 0%, 2%) |
| LAB | lab(74.1 -6.3 -37.8) |
| LCH | lch(74.1 38.3 260.5) |
| OKLCH | oklch(0.774 0.117 244.7) |
Copy-ready code
/* CSS */
color: #71bdfb;
background-color: #71bdfb;
/* Tailwind (arbitrary) */
class="text-[#71bdfb] bg-[#71bdfb]"
/* SCSS */
$brand: #71bdfb;
/* SwiftUI */
Color(red: 0.443, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#71bdfb")Accessibility — WCAG contrast
Aa
#71bdfb on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71bdfb on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green74.1%
Blue98.4%
CMYK percentages
Cyan55.0%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#71bdfb text on a black background
contrast 10.37:1
Card sample
#71bdfb text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71bdfb;
Background color
Panel with #71bdfb background
background-color: #71bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71bdfb; background: linear-gradient(135deg, #71bdfb, #8171FB);