#ace48f
a light, vivid green · cool · closest name: khaki
RGB
172, 228, 143
HSL
100°, 61%, 73%
CMYK
25, 0, 37, 11
Luminance
0.6624
Every format
| HEX | #ace48f |
| RGB | rgb(172, 228, 143) |
| HSL | hsl(100, 61%, 73%) |
| CMYK | cmyk(25%, 0%, 37%, 11%) |
| LAB | lab(85.1 -33.0 35.9) |
| LCH | lch(85.1 48.7 132.6) |
| OKLCH | oklch(0.860 0.127 135.5) |
Copy-ready code
/* CSS */
color: #ace48f;
background-color: #ace48f;
/* Tailwind (arbitrary) */
class="text-[#ace48f] bg-[#ace48f]"
/* SCSS */
$brand: #ace48f;
/* SwiftUI */
Color(red: 0.675, green: 0.894, blue: 0.561)
/* Android */
Color.parseColor("#ace48f")Accessibility — WCAG contrast
Aa
#ace48f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace48f on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.4%
Blue56.1%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow37.3%
Key (black)10.6%
Color previews
#ace48f text on a black background
contrast 14.25:1
Card sample
#ace48f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace48f;
Background color
Panel with #ace48f background
background-color: #ace48f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace48f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 228, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 228, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace48f; background: linear-gradient(135deg, #ace48f, #8FE4AA);