#ace321
a balanced, electric green · cool · closest name: yellow
RGB
172, 227, 33
HSL
77°, 78%, 51%
CMYK
24, 0, 86, 11
Luminance
0.6382
Every format
| HEX | #ace321 |
| RGB | rgb(172, 227, 33) |
| HSL | hsl(77, 78%, 51%) |
| CMYK | cmyk(24%, 0%, 86%, 11%) |
| LAB | lab(83.9 -41.5 77.9) |
| LCH | lch(83.9 88.3 118.0) |
| OKLCH | oklch(0.847 0.207 125.7) |
Copy-ready code
/* CSS */
color: #ace321;
background-color: #ace321;
/* Tailwind (arbitrary) */
class="text-[#ace321] bg-[#ace321]"
/* SCSS */
$brand: #ace321;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.129)
/* Android */
Color.parseColor("#ace321")Accessibility — WCAG contrast
Aa
#ace321 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace321 on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue12.9%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow85.5%
Key (black)11.0%
Color previews
#ace321 text on a black background
contrast 13.76:1
Card sample
#ace321 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace321;
Background color
Panel with #ace321 background
background-color: #ace321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace321; background: linear-gradient(135deg, #ace321, #2BE321);