#ace48b
a light, vivid green · cool · closest name: khaki
RGB
172, 228, 139
HSL
98°, 62%, 72%
CMYK
25, 0, 39, 11
Luminance
0.6612
Every format
| HEX | #ace48b |
| RGB | rgb(172, 228, 139) |
| HSL | hsl(98, 62%, 72%) |
| CMYK | cmyk(25%, 0%, 39%, 11%) |
| LAB | lab(85.1 -33.5 37.8) |
| LCH | lch(85.1 50.5 131.6) |
| OKLCH | oklch(0.860 0.131 134.6) |
Copy-ready code
/* CSS */
color: #ace48b;
background-color: #ace48b;
/* Tailwind (arbitrary) */
class="text-[#ace48b] bg-[#ace48b]"
/* SCSS */
$brand: #ace48b;
/* SwiftUI */
Color(red: 0.675, green: 0.894, blue: 0.545)
/* Android */
Color.parseColor("#ace48b")Accessibility — WCAG contrast
Aa
#ace48b on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace48b on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.4%
Blue54.5%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow39.0%
Key (black)10.6%
Color previews
#ace48b text on a black background
contrast 14.22:1
Card sample
#ace48b text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace48b;
Background color
Panel with #ace48b background
background-color: #ace48b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace48b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 228, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 228, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace48b; background: linear-gradient(135deg, #ace48b, #8BE4A6);