#8ace0f
a dark, electric green · cool · closest name: olivedrab
RGB
138, 206, 15
HSL
81°, 86%, 43%
CMYK
33, 0, 93, 19
Luminance
0.4958
Every format
| HEX | #8ace0f |
| RGB | rgb(138, 206, 15) |
| HSL | hsl(81, 86%, 43%) |
| CMYK | cmyk(33%, 0%, 93%, 19%) |
| LAB | lab(75.8 -45.6 73.5) |
| LCH | lch(75.8 86.5 121.8) |
| OKLCH | oklch(0.776 0.205 129.7) |
Copy-ready code
/* CSS */
color: #8ace0f;
background-color: #8ace0f;
/* Tailwind (arbitrary) */
class="text-[#8ace0f] bg-[#8ace0f]"
/* SCSS */
$brand: #8ace0f;
/* SwiftUI */
Color(red: 0.541, green: 0.808, blue: 0.059)
/* Android */
Color.parseColor("#8ace0f")Accessibility — WCAG contrast
Aa
#8ace0f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ace0f on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green80.8%
Blue5.9%
CMYK percentages
Cyan33.0%
Magenta0.0%
Yellow92.7%
Key (black)19.2%
Color previews
#8ace0f text on a black background
contrast 10.92:1
Card sample
#8ace0f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ace0f;
Background color
Panel with #8ace0f background
background-color: #8ace0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ace0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 206, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 206, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ace0f; background: linear-gradient(135deg, #8ace0f, #0FCE13);