#8fd35f
a balanced, vivid green · cool · closest name: olivedrab
RGB
143, 211, 95
HSL
95°, 57%, 60%
CMYK
32, 0, 55, 17
Luminance
0.5325
Every format
| HEX | #8fd35f |
| RGB | rgb(143, 211, 95) |
| HSL | hsl(95, 57%, 60%) |
| CMYK | cmyk(32%, 0%, 55%, 17%) |
| LAB | lab(78.0 -41.2 50.0) |
| LCH | lch(78.0 64.8 129.5) |
| OKLCH | oklch(0.796 0.164 134.1) |
Copy-ready code
/* CSS */
color: #8fd35f;
background-color: #8fd35f;
/* Tailwind (arbitrary) */
class="text-[#8fd35f] bg-[#8fd35f]"
/* SCSS */
$brand: #8fd35f;
/* SwiftUI */
Color(red: 0.561, green: 0.827, blue: 0.373)
/* Android */
Color.parseColor("#8fd35f")Accessibility — WCAG contrast
Aa
#8fd35f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd35f on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green82.7%
Blue37.3%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow55.0%
Key (black)17.3%
Color previews
#8fd35f text on a black background
contrast 11.65:1
Card sample
#8fd35f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd35f;
Background color
Panel with #8fd35f background
background-color: #8fd35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 211, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 211, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd35f; background: linear-gradient(135deg, #8fd35f, #5FD37C);