#ace792
a light, vivid green · cool · closest name: khaki
RGB
172, 231, 146
HSL
102°, 64%, 74%
CMYK
26, 0, 37, 9
Luminance
0.6800
Every format
| HEX | #ace792 |
| RGB | rgb(172, 231, 146) |
| HSL | hsl(102, 64%, 74%) |
| CMYK | cmyk(26%, 0%, 37%, 9%) |
| LAB | lab(86.0 -34.0 35.5) |
| LCH | lch(86.0 49.1 133.7) |
| OKLCH | oklch(0.868 0.128 136.5) |
Copy-ready code
/* CSS */
color: #ace792;
background-color: #ace792;
/* Tailwind (arbitrary) */
class="text-[#ace792] bg-[#ace792]"
/* SCSS */
$brand: #ace792;
/* SwiftUI */
Color(red: 0.675, green: 0.906, blue: 0.573)
/* Android */
Color.parseColor("#ace792")Accessibility — WCAG contrast
Aa
#ace792 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace792 on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.6%
Blue57.3%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow36.8%
Key (black)9.4%
Color previews
#ace792 text on a black background
contrast 14.60:1
Card sample
#ace792 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace792;
Background color
Panel with #ace792 background
background-color: #ace792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 231, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 231, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace792; background: linear-gradient(135deg, #ace792, #92E7B1);