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