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