#ace802
a balanced, electric green · cool · closest name: yellow
RGB
172, 232, 2
HSL
76°, 98%, 46%
CMYK
26, 0, 99, 9
Luminance
0.6649
Every format
| HEX | #ace802 |
| RGB | rgb(172, 232, 2) |
| HSL | hsl(76, 98%, 46%) |
| CMYK | cmyk(26%, 0%, 99%, 9%) |
| LAB | lab(85.2 -44.2 82.9) |
| LCH | lch(85.2 94.0 118.0) |
| OKLCH | oklch(0.858 0.219 126.2) |
Copy-ready code
/* CSS */
color: #ace802;
background-color: #ace802;
/* Tailwind (arbitrary) */
class="text-[#ace802] bg-[#ace802]"
/* SCSS */
$brand: #ace802;
/* SwiftUI */
Color(red: 0.675, green: 0.910, blue: 0.008)
/* Android */
Color.parseColor("#ace802")Accessibility — WCAG contrast
Aa
#ace802 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace802 on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.0%
Blue0.8%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow99.1%
Key (black)9.0%
Color previews
#ace802 text on a black background
contrast 14.30:1
Card sample
#ace802 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace802;
Background color
Panel with #ace802 background
background-color: #ace802;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace802;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 232, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 232, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace802; background: linear-gradient(135deg, #ace802, #12E802);