#ace621
a balanced, electric green · cool · closest name: yellow
RGB
172, 230, 33
HSL
78°, 80%, 52%
CMYK
25, 0, 86, 10
Luminance
0.6547
Every format
| HEX | #ace621 |
| RGB | rgb(172, 230, 33) |
| HSL | hsl(78, 80%, 52%) |
| CMYK | cmyk(25%, 0%, 86%, 10%) |
| LAB | lab(84.7 -42.8 78.7) |
| LCH | lch(84.7 89.5 118.5) |
| OKLCH | oklch(0.854 0.211 126.2) |
Copy-ready code
/* CSS */
color: #ace621;
background-color: #ace621;
/* Tailwind (arbitrary) */
class="text-[#ace621] bg-[#ace621]"
/* SCSS */
$brand: #ace621;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#ace621")Accessibility — WCAG contrast
Aa
#ace621 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace621 on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue12.9%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#ace621 text on a black background
contrast 14.09:1
Card sample
#ace621 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace621;
Background color
Panel with #ace621 background
background-color: #ace621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace621; background: linear-gradient(135deg, #ace621, #29E621);