#71beee
a light, electric blue · cool · closest name: skyblue
RGB
113, 190, 238
HSL
203°, 79%, 69%
CMYK
53, 20, 0, 7
Luminance
0.4651
Every format
| HEX | #71beee |
| RGB | rgb(113, 190, 238) |
| HSL | hsl(203, 79%, 69%) |
| CMYK | cmyk(53%, 20%, 0%, 7%) |
| LAB | lab(73.9 -10.7 -31.1) |
| LCH | lch(73.9 32.9 251.1) |
| OKLCH | oklch(0.770 0.103 237.5) |
Copy-ready code
/* CSS */
color: #71beee;
background-color: #71beee;
/* Tailwind (arbitrary) */
class="text-[#71beee] bg-[#71beee]"
/* SCSS */
$brand: #71beee;
/* SwiftUI */
Color(red: 0.443, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#71beee")Accessibility — WCAG contrast
Aa
#71beee on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71beee on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green74.5%
Blue93.3%
CMYK percentages
Cyan52.5%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#71beee text on a black background
contrast 10.30:1
Card sample
#71beee text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71beee;
Background color
Panel with #71beee background
background-color: #71beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71beee; background: linear-gradient(135deg, #71beee, #7771EE);