#aceb5d
a balanced, electric green · cool · closest name: olivedrab
RGB
172, 235, 93
HSL
87°, 78%, 64%
CMYK
27, 0, 60, 8
Luminance
0.6898
Every format
| HEX | #aceb5d |
| RGB | rgb(172, 235, 93) |
| HSL | hsl(87, 78%, 64%) |
| CMYK | cmyk(27%, 0%, 60%, 8%) |
| LAB | lab(86.5 -41.7 61.0) |
| LCH | lch(86.5 73.9 124.4) |
| OKLCH | oklch(0.869 0.184 129.7) |
Copy-ready code
/* CSS */
color: #aceb5d;
background-color: #aceb5d;
/* Tailwind (arbitrary) */
class="text-[#aceb5d] bg-[#aceb5d]"
/* SCSS */
$brand: #aceb5d;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.365)
/* Android */
Color.parseColor("#aceb5d")Accessibility — WCAG contrast
Aa
#aceb5d on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceb5d on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue36.5%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow60.4%
Key (black)7.8%
Color previews
#aceb5d text on a black background
contrast 14.80:1
Card sample
#aceb5d text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceb5d;
Background color
Panel with #aceb5d background
background-color: #aceb5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceb5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceb5d; background: linear-gradient(135deg, #aceb5d, #5DEB6D);