#ace52f
a balanced, electric green · cool · closest name: yellow
RGB
172, 229, 47
HSL
79°, 78%, 54%
CMYK
25, 0, 80, 10
Luminance
0.6501
Every format
| HEX | #ace52f |
| RGB | rgb(172, 229, 47) |
| HSL | hsl(79, 78%, 54%) |
| CMYK | cmyk(25%, 0%, 80%, 10%) |
| LAB | lab(84.5 -41.9 75.2) |
| LCH | lch(84.5 86.1 119.1) |
| OKLCH | oklch(0.852 0.205 126.4) |
Copy-ready code
/* CSS */
color: #ace52f;
background-color: #ace52f;
/* Tailwind (arbitrary) */
class="text-[#ace52f] bg-[#ace52f]"
/* SCSS */
$brand: #ace52f;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.184)
/* Android */
Color.parseColor("#ace52f")Accessibility — WCAG contrast
Aa
#ace52f on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace52f on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue18.4%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow79.5%
Key (black)10.2%
Color previews
#ace52f text on a black background
contrast 14.00:1
Card sample
#ace52f text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace52f;
Background color
Panel with #ace52f background
background-color: #ace52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace52f; background: linear-gradient(135deg, #ace52f, #33E52F);