#71fccc
a light, electric green · cool · closest name: aquamarine
RGB
113, 252, 204
HSL
159°, 96%, 72%
CMYK
55, 0, 19, 1
Luminance
0.7749
Every format
| HEX | #71fccc |
| RGB | rgb(113, 252, 204) |
| HSL | hsl(159, 96%, 72%) |
| CMYK | cmyk(55%, 0%, 19%, 1%) |
| LAB | lab(90.5 -49.0 11.7) |
| LCH | lch(90.5 50.3 166.6) |
| OKLCH | oklch(0.901 0.140 167.7) |
Copy-ready code
/* CSS */
color: #71fccc;
background-color: #71fccc;
/* Tailwind (arbitrary) */
class="text-[#71fccc] bg-[#71fccc]"
/* SCSS */
$brand: #71fccc;
/* SwiftUI */
Color(red: 0.443, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#71fccc")Accessibility — WCAG contrast
Aa
#71fccc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71fccc on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green98.8%
Blue80.0%
CMYK percentages
Cyan55.2%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#71fccc text on a black background
contrast 16.50:1
Card sample
#71fccc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71fccc;
Background color
Panel with #71fccc background
background-color: #71fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71fccc; background: linear-gradient(135deg, #71fccc, #71CFFC);