#71cf7f
a balanced, vivid green · cool · closest name: aquamarine
RGB
113, 207, 127
HSL
129°, 50%, 63%
CMYK
45, 0, 39, 19
Luminance
0.4967
Every format
| HEX | #71cf7f |
| RGB | rgb(113, 207, 127) |
| HSL | hsl(129, 50%, 63%) |
| CMYK | cmyk(45%, 0%, 39%, 19%) |
| LAB | lab(75.9 -44.7 31.3) |
| LCH | lch(75.9 54.6 145.0) |
| OKLCH | oklch(0.776 0.144 147.4) |
Copy-ready code
/* CSS */
color: #71cf7f;
background-color: #71cf7f;
/* Tailwind (arbitrary) */
class="text-[#71cf7f] bg-[#71cf7f]"
/* SCSS */
$brand: #71cf7f;
/* SwiftUI */
Color(red: 0.443, green: 0.812, blue: 0.498)
/* Android */
Color.parseColor("#71cf7f")Accessibility — WCAG contrast
Aa
#71cf7f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cf7f on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green81.2%
Blue49.8%
CMYK percentages
Cyan45.4%
Magenta0.0%
Yellow38.6%
Key (black)18.8%
Color previews
#71cf7f text on a black background
contrast 10.93:1
Card sample
#71cf7f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cf7f;
Background color
Panel with #71cf7f background
background-color: #71cf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 207, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 207, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cf7f; background: linear-gradient(135deg, #71cf7f, #71CFBE);