#71cf8c
a balanced, vivid green · cool · closest name: aquamarine
RGB
113, 207, 140
HSL
137°, 50%, 63%
CMYK
45, 0, 32, 19
Luminance
0.5003
Every format
| HEX | #71cf8c |
| RGB | rgb(113, 207, 140) |
| HSL | hsl(137, 50%, 63%) |
| CMYK | cmyk(45%, 0%, 32%, 19%) |
| LAB | lab(76.1 -42.5 24.9) |
| LCH | lch(76.1 49.2 149.7) |
| OKLCH | oklch(0.779 0.132 151.6) |
Copy-ready code
/* CSS */
color: #71cf8c;
background-color: #71cf8c;
/* Tailwind (arbitrary) */
class="text-[#71cf8c] bg-[#71cf8c]"
/* SCSS */
$brand: #71cf8c;
/* SwiftUI */
Color(red: 0.443, green: 0.812, blue: 0.549)
/* Android */
Color.parseColor("#71cf8c")Accessibility — WCAG contrast
Aa
#71cf8c on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cf8c on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green81.2%
Blue54.9%
CMYK percentages
Cyan45.4%
Magenta0.0%
Yellow32.4%
Key (black)18.8%
Color previews
#71cf8c text on a black background
contrast 11.01:1
Card sample
#71cf8c text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cf8c;
Background color
Panel with #71cf8c background
background-color: #71cf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 207, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 207, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cf8c; background: linear-gradient(135deg, #71cf8c, #71CFCB);