#ace573
a light, vivid green · cool · closest name: khaki
RGB
172, 229, 115
HSL
90°, 69%, 68%
CMYK
25, 0, 50, 10
Luminance
0.6605
Every format
| HEX | #ace573 |
| RGB | rgb(172, 229, 115) |
| HSL | hsl(90, 69%, 68%) |
| CMYK | cmyk(25%, 0%, 50%, 10%) |
| LAB | lab(85.0 -36.9 49.4) |
| LCH | lch(85.0 61.7 126.8) |
| OKLCH | oklch(0.858 0.156 130.9) |
Copy-ready code
/* CSS */
color: #ace573;
background-color: #ace573;
/* Tailwind (arbitrary) */
class="text-[#ace573] bg-[#ace573]"
/* SCSS */
$brand: #ace573;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.451)
/* Android */
Color.parseColor("#ace573")Accessibility — WCAG contrast
Aa
#ace573 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace573 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue45.1%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow49.8%
Key (black)10.2%
Color previews
#ace573 text on a black background
contrast 14.21:1
Card sample
#ace573 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace573;
Background color
Panel with #ace573 background
background-color: #ace573;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace573;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace573; background: linear-gradient(135deg, #ace573, #73E586);