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