#ace82b
a balanced, electric green · cool · closest name: yellow
RGB
172, 232, 43
HSL
79°, 80%, 54%
CMYK
26, 0, 82, 9
Luminance
0.6666
Every format
| HEX | #ace82b |
| RGB | rgb(172, 232, 43) |
| HSL | hsl(79, 80%, 54%) |
| CMYK | cmyk(26%, 0%, 82%, 9%) |
| LAB | lab(85.3 -43.3 77.0) |
| LCH | lch(85.3 88.3 119.4) |
| OKLCH | oklch(0.859 0.210 126.8) |
Copy-ready code
/* CSS */
color: #ace82b;
background-color: #ace82b;
/* Tailwind (arbitrary) */
class="text-[#ace82b] bg-[#ace82b]"
/* SCSS */
$brand: #ace82b;
/* SwiftUI */
Color(red: 0.675, green: 0.910, blue: 0.169)
/* Android */
Color.parseColor("#ace82b")Accessibility — WCAG contrast
Aa
#ace82b on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace82b on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.0%
Blue16.9%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow81.5%
Key (black)9.0%
Color previews
#ace82b text on a black background
contrast 14.33:1
Card sample
#ace82b text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace82b;
Background color
Panel with #ace82b background
background-color: #ace82b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace82b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 232, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 232, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace82b; background: linear-gradient(135deg, #ace82b, #2EE82B);