#ace604
a balanced, electric green · cool · closest name: yellow
RGB
172, 230, 4
HSL
75°, 97%, 46%
CMYK
25, 0, 98, 10
Luminance
0.6537
Every format
| HEX | #ace604 |
| RGB | rgb(172, 230, 4) |
| HSL | hsl(75, 97%, 46%) |
| CMYK | cmyk(25%, 0%, 98%, 10%) |
| LAB | lab(84.7 -43.3 82.3) |
| LCH | lch(84.7 93.0 117.7) |
| OKLCH | oklch(0.853 0.216 125.9) |
Copy-ready code
/* CSS */
color: #ace604;
background-color: #ace604;
/* Tailwind (arbitrary) */
class="text-[#ace604] bg-[#ace604]"
/* SCSS */
$brand: #ace604;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.016)
/* Android */
Color.parseColor("#ace604")Accessibility — WCAG contrast
Aa
#ace604 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace604 on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue1.6%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow98.3%
Key (black)9.8%
Color previews
#ace604 text on a black background
contrast 14.07:1
Card sample
#ace604 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace604;
Background color
Panel with #ace604 background
background-color: #ace604;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace604;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace604; background: linear-gradient(135deg, #ace604, #15E604);