#8faf21
a dark, vivid green · cool · closest name: olivedrab
RGB
143, 175, 33
HSL
74°, 68%, 41%
CMYK
18, 0, 81, 31
Luminance
0.3661
Every format
| HEX | #8faf21 |
| RGB | rgb(143, 175, 33) |
| HSL | hsl(74, 68%, 41%) |
| CMYK | cmyk(18%, 0%, 81%, 31%) |
| LAB | lab(67.0 -29.3 62.6) |
| LCH | lch(67.0 69.1 115.0) |
| OKLCH | oklch(0.705 0.162 122.3) |
Copy-ready code
/* CSS */
color: #8faf21;
background-color: #8faf21;
/* Tailwind (arbitrary) */
class="text-[#8faf21] bg-[#8faf21]"
/* SCSS */
$brand: #8faf21;
/* SwiftUI */
Color(red: 0.561, green: 0.686, blue: 0.129)
/* Android */
Color.parseColor("#8faf21")Accessibility — WCAG contrast
Aa
#8faf21 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8faf21 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green68.6%
Blue12.9%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow81.1%
Key (black)31.4%
Color previews
#8faf21 text on a black background
contrast 8.32:1
Card sample
#8faf21 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8faf21;
Background color
Panel with #8faf21 background
background-color: #8faf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8faf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 175, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 175, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8faf21; background: linear-gradient(135deg, #8faf21, #30AF21);