#ace003
a dark, electric green · cool · closest name: yellow
RGB
172, 224, 3
HSL
74°, 97%, 45%
CMYK
23, 0, 99, 12
Luminance
0.6209
Every format
| HEX | #ace003 |
| RGB | rgb(172, 224, 3) |
| HSL | hsl(74, 97%, 45%) |
| CMYK | cmyk(23%, 0%, 99%, 12%) |
| LAB | lab(83.0 -40.7 81.1) |
| LCH | lch(83.0 90.7 116.6) |
| OKLCH | oklch(0.839 0.210 124.8) |
Copy-ready code
/* CSS */
color: #ace003;
background-color: #ace003;
/* Tailwind (arbitrary) */
class="text-[#ace003] bg-[#ace003]"
/* SCSS */
$brand: #ace003;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.012)
/* Android */
Color.parseColor("#ace003")Accessibility — WCAG contrast
Aa
#ace003 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace003 on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue1.2%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow98.7%
Key (black)12.2%
Color previews
#ace003 text on a black background
contrast 13.42:1
Card sample
#ace003 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace003;
Background color
Panel with #ace003 background
background-color: #ace003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace003; background: linear-gradient(135deg, #ace003, #19E003);