#71cef8
a light, electric cyan · cool · closest name: skyblue
RGB
113, 206, 248
HSL
199°, 91%, 71%
CMYK
54, 17, 0, 3
Luminance
0.5443
Every format
| HEX | #71cef8 |
| RGB | rgb(113, 206, 248) |
| HSL | hsl(199, 91%, 71%) |
| CMYK | cmyk(54%, 17%, 0%, 3%) |
| LAB | lab(78.7 -16.2 -29.1) |
| LCH | lch(78.7 33.3 240.9) |
| OKLCH | oklch(0.810 0.107 229.4) |
Copy-ready code
/* CSS */
color: #71cef8;
background-color: #71cef8;
/* Tailwind (arbitrary) */
class="text-[#71cef8] bg-[#71cef8]"
/* SCSS */
$brand: #71cef8;
/* SwiftUI */
Color(red: 0.443, green: 0.808, blue: 0.973)
/* Android */
Color.parseColor("#71cef8")Accessibility — WCAG contrast
Aa
#71cef8 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cef8 on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green80.8%
Blue97.3%
CMYK percentages
Cyan54.4%
Magenta16.9%
Yellow0.0%
Key (black)2.7%
Color previews
#71cef8 text on a black background
contrast 11.89:1
Card sample
#71cef8 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cef8;
Background color
Panel with #71cef8 background
background-color: #71cef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 206, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 206, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cef8; background: linear-gradient(135deg, #71cef8, #7174F8);