#ace58f
a light, vivid green · cool · closest name: khaki
RGB
172, 229, 143
HSL
100°, 62%, 73%
CMYK
25, 0, 38, 10
Luminance
0.6679
Every format
| HEX | #ace58f |
| RGB | rgb(172, 229, 143) |
| HSL | hsl(100, 62%, 73%) |
| CMYK | cmyk(25%, 0%, 38%, 10%) |
| LAB | lab(85.4 -33.5 36.2) |
| LCH | lch(85.4 49.3 132.7) |
| OKLCH | oklch(0.862 0.128 135.6) |
Copy-ready code
/* CSS */
color: #ace58f;
background-color: #ace58f;
/* Tailwind (arbitrary) */
class="text-[#ace58f] bg-[#ace58f]"
/* SCSS */
$brand: #ace58f;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.561)
/* Android */
Color.parseColor("#ace58f")Accessibility — WCAG contrast
Aa
#ace58f on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace58f on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue56.1%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow37.6%
Key (black)10.2%
Color previews
#ace58f text on a black background
contrast 14.36:1
Card sample
#ace58f text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace58f;
Background color
Panel with #ace58f background
background-color: #ace58f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace58f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace58f; background: linear-gradient(135deg, #ace58f, #8FE5AB);