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