#71cb99
a balanced, vivid green · cool · closest name: aquamarine
RGB
113, 203, 153
HSL
147°, 46%, 62%
CMYK
44, 0, 25, 20
Luminance
0.4852
Every format
| HEX | #71cb99 |
| RGB | rgb(113, 203, 153) |
| HSL | hsl(147, 46%, 62%) |
| CMYK | cmyk(44%, 0%, 25%, 20%) |
| LAB | lab(75.2 -38.3 16.7) |
| LCH | lch(75.2 41.8 156.4) |
| OKLCH | oklch(0.772 0.114 157.9) |
Copy-ready code
/* CSS */
color: #71cb99;
background-color: #71cb99;
/* Tailwind (arbitrary) */
class="text-[#71cb99] bg-[#71cb99]"
/* SCSS */
$brand: #71cb99;
/* SwiftUI */
Color(red: 0.443, green: 0.796, blue: 0.600)
/* Android */
Color.parseColor("#71cb99")Accessibility — WCAG contrast
Aa
#71cb99 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cb99 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green79.6%
Blue60.0%
CMYK percentages
Cyan44.3%
Magenta0.0%
Yellow24.6%
Key (black)20.4%
Color previews
#71cb99 text on a black background
contrast 10.70:1
Card sample
#71cb99 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cb99;
Background color
Panel with #71cb99 background
background-color: #71cb99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cb99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 203, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 203, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cb99; background: linear-gradient(135deg, #71cb99, #71C1CB);