#ace18f
a light, vivid green · cool · closest name: khaki
RGB
172, 225, 143
HSL
99°, 58%, 72%
CMYK
24, 0, 36, 12
Luminance
0.6460
Every format
| HEX | #ace18f |
| RGB | rgb(172, 225, 143) |
| HSL | hsl(99, 58%, 72%) |
| CMYK | cmyk(24%, 0%, 36%, 12%) |
| LAB | lab(84.3 -31.6 34.8) |
| LCH | lch(84.3 47.0 132.3) |
| OKLCH | oklch(0.853 0.122 135.1) |
Copy-ready code
/* CSS */
color: #ace18f;
background-color: #ace18f;
/* Tailwind (arbitrary) */
class="text-[#ace18f] bg-[#ace18f]"
/* SCSS */
$brand: #ace18f;
/* SwiftUI */
Color(red: 0.675, green: 0.882, blue: 0.561)
/* Android */
Color.parseColor("#ace18f")Accessibility — WCAG contrast
Aa
#ace18f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace18f on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.2%
Blue56.1%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow36.4%
Key (black)11.8%
Color previews
#ace18f text on a black background
contrast 13.92:1
Card sample
#ace18f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace18f;
Background color
Panel with #ace18f background
background-color: #ace18f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace18f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 225, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 225, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace18f; background: linear-gradient(135deg, #ace18f, #8FE1A9);