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