#71db7f
a light, vivid green · cool · closest name: aquamarine
RGB
113, 219, 127
HSL
128°, 60%, 65%
CMYK
48, 0, 42, 14
Luminance
0.5571
Every format
| HEX | #71db7f |
| RGB | rgb(113, 219, 127) |
| HSL | hsl(128, 60%, 65%) |
| CMYK | cmyk(48%, 0%, 42%, 14%) |
| LAB | lab(79.4 -49.7 36.0) |
| LCH | lch(79.4 61.4 144.1) |
| OKLCH | oklch(0.806 0.162 146.7) |
Copy-ready code
/* CSS */
color: #71db7f;
background-color: #71db7f;
/* Tailwind (arbitrary) */
class="text-[#71db7f] bg-[#71db7f]"
/* SCSS */
$brand: #71db7f;
/* SwiftUI */
Color(red: 0.443, green: 0.859, blue: 0.498)
/* Android */
Color.parseColor("#71db7f")Accessibility — WCAG contrast
Aa
#71db7f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71db7f on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green85.9%
Blue49.8%
CMYK percentages
Cyan48.4%
Magenta0.0%
Yellow42.0%
Key (black)14.1%
Color previews
#71db7f text on a black background
contrast 12.14:1
Card sample
#71db7f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71db7f;
Background color
Panel with #71db7f background
background-color: #71db7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71db7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 219, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 219, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71db7f; background: linear-gradient(135deg, #71db7f, #71DBC6);