#71c486
a balanced, soft green · cool · closest name: seagreen
RGB
113, 196, 134
HSL
135°, 41%, 61%
CMYK
42, 0, 32, 23
Luminance
0.4471
Every format
| HEX | #71c486 |
| RGB | rgb(113, 196, 134) |
| HSL | hsl(135, 41%, 61%) |
| CMYK | cmyk(42%, 0%, 32%, 23%) |
| LAB | lab(72.7 -38.7 23.4) |
| LCH | lch(72.7 45.3 148.8) |
| OKLCH | oklch(0.751 0.121 150.8) |
Copy-ready code
/* CSS */
color: #71c486;
background-color: #71c486;
/* Tailwind (arbitrary) */
class="text-[#71c486] bg-[#71c486]"
/* SCSS */
$brand: #71c486;
/* SwiftUI */
Color(red: 0.443, green: 0.769, blue: 0.525)
/* Android */
Color.parseColor("#71c486")Accessibility — WCAG contrast
Aa
#71c486 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71c486 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green76.9%
Blue52.5%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow31.6%
Key (black)23.1%
Color previews
#71c486 text on a black background
contrast 9.94:1
Card sample
#71c486 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71c486;
Background color
Panel with #71c486 background
background-color: #71c486;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71c486;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 196, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 196, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71c486; background: linear-gradient(135deg, #71c486, #71C4BD);