#71eabf
a light, vivid green · cool · closest name: aquamarine
RGB
113, 234, 191
HSL
159°, 74%, 68%
CMYK
52, 0, 18, 8
Luminance
0.6612
Every format
| HEX | #71eabf |
| RGB | rgb(113, 234, 191) |
| HSL | hsl(159, 74%, 68%) |
| CMYK | cmyk(52%, 0%, 18%, 8%) |
| LAB | lab(85.0 -44.1 10.6) |
| LCH | lch(85.0 45.3 166.5) |
| OKLCH | oklch(0.855 0.126 167.6) |
Copy-ready code
/* CSS */
color: #71eabf;
background-color: #71eabf;
/* Tailwind (arbitrary) */
class="text-[#71eabf] bg-[#71eabf]"
/* SCSS */
$brand: #71eabf;
/* SwiftUI */
Color(red: 0.443, green: 0.918, blue: 0.749)
/* Android */
Color.parseColor("#71eabf")Accessibility — WCAG contrast
Aa
#71eabf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71eabf on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green91.8%
Blue74.9%
CMYK percentages
Cyan51.7%
Magenta0.0%
Yellow18.4%
Key (black)8.2%
Color previews
#71eabf text on a black background
contrast 14.22:1
Card sample
#71eabf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71eabf;
Background color
Panel with #71eabf background
background-color: #71eabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71eabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 234, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 234, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71eabf; background: linear-gradient(135deg, #71eabf, #71C4EA);