#8ace2c
a balanced, vivid green · cool · closest name: olivedrab
RGB
138, 206, 44
HSL
85°, 65%, 49%
CMYK
33, 0, 79, 19
Luminance
0.4973
Every format
| HEX | #8ace2c |
| RGB | rgb(138, 206, 44) |
| HSL | hsl(85, 65%, 49%) |
| CMYK | cmyk(33%, 0%, 79%, 19%) |
| LAB | lab(75.9 -44.7 67.5) |
| LCH | lch(75.9 80.9 123.5) |
| OKLCH | oklch(0.777 0.196 130.5) |
Copy-ready code
/* CSS */
color: #8ace2c;
background-color: #8ace2c;
/* Tailwind (arbitrary) */
class="text-[#8ace2c] bg-[#8ace2c]"
/* SCSS */
$brand: #8ace2c;
/* SwiftUI */
Color(red: 0.541, green: 0.808, blue: 0.173)
/* Android */
Color.parseColor("#8ace2c")Accessibility — WCAG contrast
Aa
#8ace2c on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ace2c on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green80.8%
Blue17.3%
CMYK percentages
Cyan33.0%
Magenta0.0%
Yellow78.6%
Key (black)19.2%
Color previews
#8ace2c text on a black background
contrast 10.95:1
Card sample
#8ace2c text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ace2c;
Background color
Panel with #8ace2c background
background-color: #8ace2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ace2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 206, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 206, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ace2c; background: linear-gradient(135deg, #8ace2c, #2CCE3A);