#8fdc21
a balanced, vivid green · cool · closest name: yellow
RGB
143, 220, 33
HSL
85°, 74%, 50%
CMYK
35, 0, 85, 14
Luminance
0.5714
Every format
| HEX | #8fdc21 |
| RGB | rgb(143, 220, 33) |
| HSL | hsl(85, 74%, 50%) |
| CMYK | cmyk(35%, 0%, 85%, 14%) |
| LAB | lab(80.3 -49.2 74.2) |
| LCH | lch(80.3 89.0 123.5) |
| OKLCH | oklch(0.813 0.214 131.0) |
Copy-ready code
/* CSS */
color: #8fdc21;
background-color: #8fdc21;
/* Tailwind (arbitrary) */
class="text-[#8fdc21] bg-[#8fdc21]"
/* SCSS */
$brand: #8fdc21;
/* SwiftUI */
Color(red: 0.561, green: 0.863, blue: 0.129)
/* Android */
Color.parseColor("#8fdc21")Accessibility — WCAG contrast
Aa
#8fdc21 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdc21 on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green86.3%
Blue12.9%
CMYK percentages
Cyan35.0%
Magenta0.0%
Yellow85.0%
Key (black)13.7%
Color previews
#8fdc21 text on a black background
contrast 12.43:1
Card sample
#8fdc21 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdc21;
Background color
Panel with #8fdc21 background
background-color: #8fdc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 220, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 220, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdc21; background: linear-gradient(135deg, #8fdc21, #21DC30);