#8fd25f
a balanced, vivid green · cool · closest name: olivedrab
RGB
143, 210, 95
HSL
95°, 56%, 60%
CMYK
32, 0, 55, 18
Luminance
0.5276
Every format
| HEX | #8fd25f |
| RGB | rgb(143, 210, 95) |
| HSL | hsl(95, 56%, 60%) |
| CMYK | cmyk(32%, 0%, 55%, 18%) |
| LAB | lab(77.7 -40.8 49.7) |
| LCH | lch(77.7 64.3 129.4) |
| OKLCH | oklch(0.794 0.163 133.9) |
Copy-ready code
/* CSS */
color: #8fd25f;
background-color: #8fd25f;
/* Tailwind (arbitrary) */
class="text-[#8fd25f] bg-[#8fd25f]"
/* SCSS */
$brand: #8fd25f;
/* SwiftUI */
Color(red: 0.561, green: 0.824, blue: 0.373)
/* Android */
Color.parseColor("#8fd25f")Accessibility — WCAG contrast
Aa
#8fd25f on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd25f on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green82.4%
Blue37.3%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow54.8%
Key (black)17.6%
Color previews
#8fd25f text on a black background
contrast 11.55:1
Card sample
#8fd25f text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd25f;
Background color
Panel with #8fd25f background
background-color: #8fd25f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd25f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 210, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 210, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd25f; background: linear-gradient(135deg, #8fd25f, #5FD27C);