#ace24f
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 226, 79
HSL
82°, 72%, 60%
CMYK
24, 0, 65, 11
Luminance
0.6373
Every format
| HEX | #ace24f |
| RGB | rgb(172, 226, 79) |
| HSL | hsl(82, 72%, 60%) |
| CMYK | cmyk(24%, 0%, 65%, 11%) |
| LAB | lab(83.8 -38.8 63.8) |
| LCH | lch(83.8 74.7 121.3) |
| OKLCH | oklch(0.847 0.183 127.2) |
Copy-ready code
/* CSS */
color: #ace24f;
background-color: #ace24f;
/* Tailwind (arbitrary) */
class="text-[#ace24f] bg-[#ace24f]"
/* SCSS */
$brand: #ace24f;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.310)
/* Android */
Color.parseColor("#ace24f")Accessibility — WCAG contrast
Aa
#ace24f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace24f on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue31.0%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow65.0%
Key (black)11.4%
Color previews
#ace24f text on a black background
contrast 13.75:1
Card sample
#ace24f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace24f;
Background color
Panel with #ace24f background
background-color: #ace24f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace24f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace24f; background: linear-gradient(135deg, #ace24f, #4FE254);