#71fffc
a light, electric cyan · cool · closest name: cyan
RGB
113, 255, 252
HSL
179°, 100%, 72%
CMYK
56, 0, 1, 0
Luminance
0.8206
Every format
| HEX | #71fffc |
| RGB | rgb(113, 255, 252) |
| HSL | hsl(179, 100%, 72%) |
| CMYK | cmyk(56%, 0%, 1%, 0%) |
| LAB | lab(92.6 -38.9 -10.2) |
| LCH | lch(92.6 40.2 194.7) |
| OKLCH | oklch(0.922 0.123 193.3) |
Copy-ready code
/* CSS */
color: #71fffc;
background-color: #71fffc;
/* Tailwind (arbitrary) */
class="text-[#71fffc] bg-[#71fffc]"
/* SCSS */
$brand: #71fffc;
/* SwiftUI */
Color(red: 0.443, green: 1.000, blue: 0.988)
/* Android */
Color.parseColor("#71fffc")Accessibility — WCAG contrast
Aa
#71fffc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71fffc on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green100.0%
Blue98.8%
CMYK percentages
Cyan55.7%
Magenta0.0%
Yellow1.2%
Key (black)0.0%
Color previews
#71fffc text on a black background
contrast 17.41:1
Card sample
#71fffc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71fffc;
Background color
Panel with #71fffc background
background-color: #71fffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71fffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 255, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 255, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71fffc; background: linear-gradient(135deg, #71fffc, #71A4FF);