#ace72a
a balanced, electric green · cool · closest name: yellow
RGB
172, 231, 42
HSL
79°, 80%, 54%
CMYK
26, 0, 82, 9
Luminance
0.6609
Every format
| HEX | #ace72a |
| RGB | rgb(172, 231, 42) |
| HSL | hsl(79, 80%, 54%) |
| CMYK | cmyk(26%, 0%, 82%, 9%) |
| LAB | lab(85.0 -42.9 77.0) |
| LCH | lch(85.0 88.1 119.2) |
| OKLCH | oklch(0.857 0.209 126.6) |
Copy-ready code
/* CSS */
color: #ace72a;
background-color: #ace72a;
/* Tailwind (arbitrary) */
class="text-[#ace72a] bg-[#ace72a]"
/* SCSS */
$brand: #ace72a;
/* SwiftUI */
Color(red: 0.675, green: 0.906, blue: 0.165)
/* Android */
Color.parseColor("#ace72a")Accessibility — WCAG contrast
Aa
#ace72a on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace72a on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.6%
Blue16.5%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow81.8%
Key (black)9.4%
Color previews
#ace72a text on a black background
contrast 14.22:1
Card sample
#ace72a text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace72a;
Background color
Panel with #ace72a background
background-color: #ace72a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace72a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 231, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 231, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace72a; background: linear-gradient(135deg, #ace72a, #2EE72A);