#ace91e
a balanced, electric green · cool · closest name: yellow
RGB
172, 233, 30
HSL
78°, 82%, 52%
CMYK
26, 0, 87, 9
Luminance
0.6714
Every format
| HEX | #ace91e |
| RGB | rgb(172, 233, 30) |
| HSL | hsl(78, 82%, 52%) |
| CMYK | cmyk(26%, 0%, 87%, 9%) |
| LAB | lab(85.6 -44.2 79.9) |
| LCH | lch(85.6 91.3 118.9) |
| OKLCH | oklch(0.861 0.215 126.7) |
Copy-ready code
/* CSS */
color: #ace91e;
background-color: #ace91e;
/* Tailwind (arbitrary) */
class="text-[#ace91e] bg-[#ace91e]"
/* SCSS */
$brand: #ace91e;
/* SwiftUI */
Color(red: 0.675, green: 0.914, blue: 0.118)
/* Android */
Color.parseColor("#ace91e")Accessibility — WCAG contrast
Aa
#ace91e on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace91e on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.4%
Blue11.8%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow87.1%
Key (black)8.6%
Color previews
#ace91e text on a black background
contrast 14.43:1
Card sample
#ace91e text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace91e;
Background color
Panel with #ace91e background
background-color: #ace91e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace91e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 233, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 233, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace91e; background: linear-gradient(135deg, #ace91e, #25E91E);