#8ace72
a balanced, vivid green · cool · closest name: olivedrab
RGB
138, 206, 114
HSL
104°, 48%, 63%
CMYK
33, 0, 45, 19
Luminance
0.5076
Every format
| HEX | #8ace72 |
| RGB | rgb(138, 206, 114) |
| HSL | hsl(104, 48%, 63%) |
| CMYK | cmyk(33%, 0%, 45%, 19%) |
| LAB | lab(76.5 -38.5 39.0) |
| LCH | lch(76.5 54.8 134.6) |
| OKLCH | oklch(0.784 0.142 138.0) |
Copy-ready code
/* CSS */
color: #8ace72;
background-color: #8ace72;
/* Tailwind (arbitrary) */
class="text-[#8ace72] bg-[#8ace72]"
/* SCSS */
$brand: #8ace72;
/* SwiftUI */
Color(red: 0.541, green: 0.808, blue: 0.447)
/* Android */
Color.parseColor("#8ace72")Accessibility — WCAG contrast
Aa
#8ace72 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ace72 on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green80.8%
Blue44.7%
CMYK percentages
Cyan33.0%
Magenta0.0%
Yellow44.7%
Key (black)19.2%
Color previews
#8ace72 text on a black background
contrast 11.15:1
Card sample
#8ace72 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ace72;
Background color
Panel with #8ace72 background
background-color: #8ace72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ace72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 206, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 206, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ace72; background: linear-gradient(135deg, #8ace72, #72CE97);