#ace983
a light, vivid green · cool · closest name: khaki
RGB
172, 233, 131
HSL
96°, 70%, 71%
CMYK
26, 0, 44, 9
Luminance
0.6869
Every format
| HEX | #ace983 |
| RGB | rgb(172, 233, 131) |
| HSL | hsl(96, 70%, 71%) |
| CMYK | cmyk(26%, 0%, 44%, 9%) |
| LAB | lab(86.3 -36.9 43.4) |
| LCH | lch(86.3 56.9 130.4) |
| OKLCH | oklch(0.870 0.146 133.8) |
Copy-ready code
/* CSS */
color: #ace983;
background-color: #ace983;
/* Tailwind (arbitrary) */
class="text-[#ace983] bg-[#ace983]"
/* SCSS */
$brand: #ace983;
/* SwiftUI */
Color(red: 0.675, green: 0.914, blue: 0.514)
/* Android */
Color.parseColor("#ace983")Accessibility — WCAG contrast
Aa
#ace983 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace983 on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.4%
Blue51.4%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow43.8%
Key (black)8.6%
Color previews
#ace983 text on a black background
contrast 14.74:1
Card sample
#ace983 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace983;
Background color
Panel with #ace983 background
background-color: #ace983;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace983;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 233, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 233, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace983; background: linear-gradient(135deg, #ace983, #83E99E);