#ace409
a balanced, electric green · cool · closest name: yellow
RGB
172, 228, 9
HSL
75°, 92%, 47%
CMYK
25, 0, 96, 11
Luminance
0.6428
Every format
| HEX | #ace409 |
| RGB | rgb(172, 228, 9) |
| HSL | hsl(75, 92%, 47%) |
| CMYK | cmyk(25%, 0%, 96%, 11%) |
| LAB | lab(84.1 -42.4 81.5) |
| LCH | lch(84.1 91.8 117.5) |
| OKLCH | oklch(0.849 0.214 125.6) |
Copy-ready code
/* CSS */
color: #ace409;
background-color: #ace409;
/* Tailwind (arbitrary) */
class="text-[#ace409] bg-[#ace409]"
/* SCSS */
$brand: #ace409;
/* SwiftUI */
Color(red: 0.675, green: 0.894, blue: 0.035)
/* Android */
Color.parseColor("#ace409")Accessibility — WCAG contrast
Aa
#ace409 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace409 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.4%
Blue3.5%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow96.1%
Key (black)10.6%
Color previews
#ace409 text on a black background
contrast 13.86:1
Card sample
#ace409 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace409;
Background color
Panel with #ace409 background
background-color: #ace409;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace409;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 228, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 228, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace409; background: linear-gradient(135deg, #ace409, #1AE409);