#8ad521
a balanced, vivid green · cool · closest name: olivedrab
RGB
138, 213, 33
HSL
85°, 73%, 48%
CMYK
35, 0, 85, 17
Luminance
0.5310
Every format
| HEX | #8ad521 |
| RGB | rgb(138, 213, 33) |
| HSL | hsl(85, 73%, 48%) |
| CMYK | cmyk(35%, 0%, 85%, 17%) |
| LAB | lab(77.9 -48.0 72.1) |
| LCH | lch(77.9 86.7 123.7) |
| OKLCH | oklch(0.794 0.208 131.1) |
Copy-ready code
/* CSS */
color: #8ad521;
background-color: #8ad521;
/* Tailwind (arbitrary) */
class="text-[#8ad521] bg-[#8ad521]"
/* SCSS */
$brand: #8ad521;
/* SwiftUI */
Color(red: 0.541, green: 0.835, blue: 0.129)
/* Android */
Color.parseColor("#8ad521")Accessibility — WCAG contrast
Aa
#8ad521 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ad521 on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green83.5%
Blue12.9%
CMYK percentages
Cyan35.2%
Magenta0.0%
Yellow84.5%
Key (black)16.5%
Color previews
#8ad521 text on a black background
contrast 11.62:1
Card sample
#8ad521 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ad521;
Background color
Panel with #8ad521 background
background-color: #8ad521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ad521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 213, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 213, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ad521; background: linear-gradient(135deg, #8ad521, #21D530);