#ace28b
a light, vivid green · cool · closest name: khaki
RGB
172, 226, 139
HSL
97°, 60%, 72%
CMYK
24, 0, 39, 11
Luminance
0.6503
Every format
| HEX | #ace28b |
| RGB | rgb(172, 226, 139) |
| HSL | hsl(97, 60%, 72%) |
| CMYK | cmyk(24%, 0%, 39%, 11%) |
| LAB | lab(84.5 -32.6 37.1) |
| LCH | lch(84.5 49.4 131.4) |
| OKLCH | oklch(0.855 0.128 134.3) |
Copy-ready code
/* CSS */
color: #ace28b;
background-color: #ace28b;
/* Tailwind (arbitrary) */
class="text-[#ace28b] bg-[#ace28b]"
/* SCSS */
$brand: #ace28b;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.545)
/* Android */
Color.parseColor("#ace28b")Accessibility — WCAG contrast
Aa
#ace28b on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace28b on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue54.5%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow38.5%
Key (black)11.4%
Color previews
#ace28b text on a black background
contrast 14.01:1
Card sample
#ace28b text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace28b;
Background color
Panel with #ace28b background
background-color: #ace28b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace28b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace28b; background: linear-gradient(135deg, #ace28b, #8BE2A4);