#71cfe2
a light, vivid cyan · cool · closest name: skyblue
RGB
113, 207, 226
HSL
190°, 66%, 67%
CMYK
50, 8, 0, 11
Luminance
0.5363
Every format
| HEX | #71cfe2 |
| RGB | rgb(113, 207, 226) |
| HSL | hsl(190, 66%, 67%) |
| CMYK | cmyk(50%, 8%, 0%, 11%) |
| LAB | lab(78.2 -22.8 -18.0) |
| LCH | lch(78.2 29.1 218.3) |
| OKLCH | oklch(0.804 0.093 212.3) |
Copy-ready code
/* CSS */
color: #71cfe2;
background-color: #71cfe2;
/* Tailwind (arbitrary) */
class="text-[#71cfe2] bg-[#71cfe2]"
/* SCSS */
$brand: #71cfe2;
/* SwiftUI */
Color(red: 0.443, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#71cfe2")Accessibility — WCAG contrast
Aa
#71cfe2 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cfe2 on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green81.2%
Blue88.6%
CMYK percentages
Cyan50.0%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#71cfe2 text on a black background
contrast 11.73:1
Card sample
#71cfe2 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cfe2;
Background color
Panel with #71cfe2 background
background-color: #71cfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cfe2; background: linear-gradient(135deg, #71cfe2, #7184E2);