#ace992
a light, vivid green · cool · closest name: khaki
RGB
172, 233, 146
HSL
102°, 66%, 74%
CMYK
26, 0, 37, 9
Luminance
0.6912
Every format
| HEX | #ace992 |
| RGB | rgb(172, 233, 146) |
| HSL | hsl(102, 66%, 74%) |
| CMYK | cmyk(26%, 0%, 37%, 9%) |
| LAB | lab(86.6 -34.9 36.2) |
| LCH | lch(86.6 50.3 133.9) |
| OKLCH | oklch(0.872 0.131 136.7) |
Copy-ready code
/* CSS */
color: #ace992;
background-color: #ace992;
/* Tailwind (arbitrary) */
class="text-[#ace992] bg-[#ace992]"
/* SCSS */
$brand: #ace992;
/* SwiftUI */
Color(red: 0.675, green: 0.914, blue: 0.573)
/* Android */
Color.parseColor("#ace992")Accessibility — WCAG contrast
Aa
#ace992 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace992 on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.4%
Blue57.3%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow37.3%
Key (black)8.6%
Color previews
#ace992 text on a black background
contrast 14.82:1
Card sample
#ace992 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace992;
Background color
Panel with #ace992 background
background-color: #ace992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 233, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 233, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace992; background: linear-gradient(135deg, #ace992, #92E9B2);