#ace16f
a light, vivid green · cool · closest name: khaki
RGB
172, 225, 111
HSL
88°, 66%, 66%
CMYK
24, 0, 51, 12
Luminance
0.6377
Every format
| HEX | #ace16f |
| RGB | rgb(172, 225, 111) |
| HSL | hsl(88, 66%, 66%) |
| CMYK | cmyk(24%, 0%, 51%, 12%) |
| LAB | lab(83.8 -35.5 49.9) |
| LCH | lch(83.8 61.2 125.5) |
| OKLCH | oklch(0.849 0.155 129.8) |
Copy-ready code
/* CSS */
color: #ace16f;
background-color: #ace16f;
/* Tailwind (arbitrary) */
class="text-[#ace16f] bg-[#ace16f]"
/* SCSS */
$brand: #ace16f;
/* SwiftUI */
Color(red: 0.675, green: 0.882, blue: 0.435)
/* Android */
Color.parseColor("#ace16f")Accessibility — WCAG contrast
Aa
#ace16f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace16f on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.2%
Blue43.5%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow50.7%
Key (black)11.8%
Color previews
#ace16f text on a black background
contrast 13.75:1
Card sample
#ace16f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace16f;
Background color
Panel with #ace16f background
background-color: #ace16f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace16f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 225, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 225, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace16f; background: linear-gradient(135deg, #ace16f, #6FE17E);