#ace331
a balanced, electric green · cool · closest name: yellow
RGB
172, 227, 49
HSL
79°, 76%, 54%
CMYK
24, 0, 78, 11
Luminance
0.6393
Every format
| HEX | #ace331 |
| RGB | rgb(172, 227, 49) |
| HSL | hsl(79, 76%, 54%) |
| CMYK | cmyk(24%, 0%, 78%, 11%) |
| LAB | lab(83.9 -40.9 74.1) |
| LCH | lch(83.9 84.7 118.9) |
| OKLCH | oklch(0.848 0.201 126.1) |
Copy-ready code
/* CSS */
color: #ace331;
background-color: #ace331;
/* Tailwind (arbitrary) */
class="text-[#ace331] bg-[#ace331]"
/* SCSS */
$brand: #ace331;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.192)
/* Android */
Color.parseColor("#ace331")Accessibility — WCAG contrast
Aa
#ace331 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace331 on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue19.2%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow78.4%
Key (black)11.0%
Color previews
#ace331 text on a black background
contrast 13.79:1
Card sample
#ace331 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace331;
Background color
Panel with #ace331 background
background-color: #ace331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace331; background: linear-gradient(135deg, #ace331, #35E331);