#ace985
a light, vivid green · cool · closest name: khaki
RGB
172, 233, 133
HSL
97°, 69%, 72%
CMYK
26, 0, 43, 9
Luminance
0.6874
Every format
| HEX | #ace985 |
| RGB | rgb(172, 233, 133) |
| HSL | hsl(97, 69%, 72%) |
| CMYK | cmyk(26%, 0%, 43%, 9%) |
| LAB | lab(86.4 -36.6 42.4) |
| LCH | lch(86.4 56.0 130.8) |
| OKLCH | oklch(0.870 0.144 134.2) |
Copy-ready code
/* CSS */
color: #ace985;
background-color: #ace985;
/* Tailwind (arbitrary) */
class="text-[#ace985] bg-[#ace985]"
/* SCSS */
$brand: #ace985;
/* SwiftUI */
Color(red: 0.675, green: 0.914, blue: 0.522)
/* Android */
Color.parseColor("#ace985")Accessibility — WCAG contrast
Aa
#ace985 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace985 on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.4%
Blue52.2%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow42.9%
Key (black)8.6%
Color previews
#ace985 text on a black background
contrast 14.75:1
Card sample
#ace985 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace985;
Background color
Panel with #ace985 background
background-color: #ace985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 233, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 233, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace985; background: linear-gradient(135deg, #ace985, #85E9A1);