#ace561
a balanced, vivid green · cool · closest name: khaki
RGB
172, 229, 97
HSL
86°, 72%, 64%
CMYK
25, 0, 58, 10
Luminance
0.6567
Every format
| HEX | #ace561 |
| RGB | rgb(172, 229, 97) |
| HSL | hsl(86, 72%, 64%) |
| CMYK | cmyk(25%, 0%, 58%, 10%) |
| LAB | lab(84.8 -38.7 57.4) |
| LCH | lch(84.8 69.2 124.0) |
| OKLCH | oklch(0.856 0.172 129.1) |
Copy-ready code
/* CSS */
color: #ace561;
background-color: #ace561;
/* Tailwind (arbitrary) */
class="text-[#ace561] bg-[#ace561]"
/* SCSS */
$brand: #ace561;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.380)
/* Android */
Color.parseColor("#ace561")Accessibility — WCAG contrast
Aa
#ace561 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace561 on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue38.0%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow57.6%
Key (black)10.2%
Color previews
#ace561 text on a black background
contrast 14.13:1
Card sample
#ace561 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace561;
Background color
Panel with #ace561 background
background-color: #ace561;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace561;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace561; background: linear-gradient(135deg, #ace561, #61E56E);