#ace55d
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 229, 93
HSL
85°, 72%, 63%
CMYK
25, 0, 59, 10
Luminance
0.6560
Every format
| HEX | #ace55d |
| RGB | rgb(172, 229, 93) |
| HSL | hsl(85, 72%, 63%) |
| CMYK | cmyk(25%, 0%, 59%, 10%) |
| LAB | lab(84.8 -39.0 59.1) |
| LCH | lch(84.8 70.8 123.4) |
| OKLCH | oklch(0.856 0.176 128.8) |
Copy-ready code
/* CSS */
color: #ace55d;
background-color: #ace55d;
/* Tailwind (arbitrary) */
class="text-[#ace55d] bg-[#ace55d]"
/* SCSS */
$brand: #ace55d;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.365)
/* Android */
Color.parseColor("#ace55d")Accessibility — WCAG contrast
Aa
#ace55d on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace55d on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue36.5%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow59.4%
Key (black)10.2%
Color previews
#ace55d text on a black background
contrast 14.12:1
Card sample
#ace55d text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace55d;
Background color
Panel with #ace55d background
background-color: #ace55d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace55d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace55d; background: linear-gradient(135deg, #ace55d, #5DE568);