#8acf39
a balanced, vivid green · cool · closest name: olivedrab
RGB
138, 207, 57
HSL
88°, 61%, 52%
CMYK
33, 0, 73, 19
Luminance
0.5032
Every format
| HEX | #8acf39 |
| RGB | rgb(138, 207, 57) |
| HSL | hsl(88, 61%, 52%) |
| CMYK | cmyk(33%, 0%, 73%, 19%) |
| LAB | lab(76.3 -44.4 63.7) |
| LCH | lch(76.3 77.6 124.9) |
| OKLCH | oklch(0.780 0.190 131.3) |
Copy-ready code
/* CSS */
color: #8acf39;
background-color: #8acf39;
/* Tailwind (arbitrary) */
class="text-[#8acf39] bg-[#8acf39]"
/* SCSS */
$brand: #8acf39;
/* SwiftUI */
Color(red: 0.541, green: 0.812, blue: 0.224)
/* Android */
Color.parseColor("#8acf39")Accessibility — WCAG contrast
Aa
#8acf39 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8acf39 on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green81.2%
Blue22.4%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow72.5%
Key (black)18.8%
Color previews
#8acf39 text on a black background
contrast 11.06:1
Card sample
#8acf39 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8acf39;
Background color
Panel with #8acf39 background
background-color: #8acf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8acf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 207, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 207, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8acf39; background: linear-gradient(135deg, #8acf39, #39CF4C);