#71cf6c
a balanced, vivid green · cool · closest name: forestgreen
RGB
113, 207, 108
HSL
117°, 51%, 62%
CMYK
45, 0, 48, 19
Luminance
0.4922
Every format
| HEX | #71cf6c |
| RGB | rgb(113, 207, 108) |
| HSL | hsl(117, 51%, 62%) |
| CMYK | cmyk(45%, 0%, 48%, 19%) |
| LAB | lab(75.6 -47.6 40.5) |
| LCH | lch(75.6 62.5 139.6) |
| OKLCH | oklch(0.773 0.163 142.8) |
Copy-ready code
/* CSS */
color: #71cf6c;
background-color: #71cf6c;
/* Tailwind (arbitrary) */
class="text-[#71cf6c] bg-[#71cf6c]"
/* SCSS */
$brand: #71cf6c;
/* SwiftUI */
Color(red: 0.443, green: 0.812, blue: 0.424)
/* Android */
Color.parseColor("#71cf6c")Accessibility — WCAG contrast
Aa
#71cf6c on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cf6c on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green81.2%
Blue42.4%
CMYK percentages
Cyan45.4%
Magenta0.0%
Yellow47.8%
Key (black)18.8%
Color previews
#71cf6c text on a black background
contrast 10.84:1
Card sample
#71cf6c text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cf6c;
Background color
Panel with #71cf6c background
background-color: #71cf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 207, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 207, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cf6c; background: linear-gradient(135deg, #71cf6c, #6CCFA9);