#ace488
a light, vivid green · cool · closest name: khaki
RGB
172, 228, 136
HSL
97°, 63%, 71%
CMYK
25, 0, 40, 11
Luminance
0.6604
Every format
| HEX | #ace488 |
| RGB | rgb(172, 228, 136) |
| HSL | hsl(97, 63%, 71%) |
| CMYK | cmyk(25%, 0%, 40%, 11%) |
| LAB | lab(85.0 -33.9 39.2) |
| LCH | lch(85.0 51.9 130.9) |
| OKLCH | oklch(0.859 0.134 134.0) |
Copy-ready code
/* CSS */
color: #ace488;
background-color: #ace488;
/* Tailwind (arbitrary) */
class="text-[#ace488] bg-[#ace488]"
/* SCSS */
$brand: #ace488;
/* SwiftUI */
Color(red: 0.675, green: 0.894, blue: 0.533)
/* Android */
Color.parseColor("#ace488")Accessibility — WCAG contrast
Aa
#ace488 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace488 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.4%
Blue53.3%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow40.4%
Key (black)10.6%
Color previews
#ace488 text on a black background
contrast 14.21:1
Card sample
#ace488 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace488;
Background color
Panel with #ace488 background
background-color: #ace488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 228, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 228, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace488; background: linear-gradient(135deg, #ace488, #88E4A1);