#ace892
a light, vivid green · cool · closest name: khaki
RGB
172, 232, 146
HSL
102°, 65%, 74%
CMYK
26, 0, 37, 9
Luminance
0.6856
Every format
| HEX | #ace892 |
| RGB | rgb(172, 232, 146) |
| HSL | hsl(102, 65%, 74%) |
| CMYK | cmyk(26%, 0%, 37%, 9%) |
| LAB | lab(86.3 -34.4 35.9) |
| LCH | lch(86.3 49.7 133.8) |
| OKLCH | oklch(0.870 0.129 136.6) |
Copy-ready code
/* CSS */
color: #ace892;
background-color: #ace892;
/* Tailwind (arbitrary) */
class="text-[#ace892] bg-[#ace892]"
/* SCSS */
$brand: #ace892;
/* SwiftUI */
Color(red: 0.675, green: 0.910, blue: 0.573)
/* Android */
Color.parseColor("#ace892")Accessibility — WCAG contrast
Aa
#ace892 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace892 on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.0%
Blue57.3%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow37.1%
Key (black)9.0%
Color previews
#ace892 text on a black background
contrast 14.71:1
Card sample
#ace892 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace892;
Background color
Panel with #ace892 background
background-color: #ace892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 232, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 232, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace892; background: linear-gradient(135deg, #ace892, #92E8B1);