#71c97f
a balanced, soft green · cool · closest name: seagreen
RGB
113, 201, 127
HSL
130°, 45%, 62%
CMYK
44, 0, 37, 21
Luminance
0.4682
Every format
| HEX | #71c97f |
| RGB | rgb(113, 201, 127) |
| HSL | hsl(130, 45%, 62%) |
| CMYK | cmyk(44%, 0%, 37%, 21%) |
| LAB | lab(74.1 -42.1 28.9) |
| LCH | lch(74.1 51.1 145.5) |
| OKLCH | oklch(0.762 0.136 147.8) |
Copy-ready code
/* CSS */
color: #71c97f;
background-color: #71c97f;
/* Tailwind (arbitrary) */
class="text-[#71c97f] bg-[#71c97f]"
/* SCSS */
$brand: #71c97f;
/* SwiftUI */
Color(red: 0.443, green: 0.788, blue: 0.498)
/* Android */
Color.parseColor("#71c97f")Accessibility — WCAG contrast
Aa
#71c97f on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71c97f on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green78.8%
Blue49.8%
CMYK percentages
Cyan43.8%
Magenta0.0%
Yellow36.8%
Key (black)21.2%
Color previews
#71c97f text on a black background
contrast 10.36:1
Card sample
#71c97f text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71c97f;
Background color
Panel with #71c97f background
background-color: #71c97f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71c97f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 201, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 201, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71c97f; background: linear-gradient(135deg, #71c97f, #71C9BA);