#ace072
a light, vivid green · cool · closest name: khaki
RGB
172, 224, 114
HSL
88°, 64%, 66%
CMYK
23, 0, 49, 12
Luminance
0.6330
Every format
| HEX | #ace072 |
| RGB | rgb(172, 224, 114) |
| HSL | hsl(88, 64%, 66%) |
| CMYK | cmyk(23%, 0%, 49%, 12%) |
| LAB | lab(83.6 -34.7 48.2) |
| LCH | lch(83.6 59.4 125.8) |
| OKLCH | oklch(0.847 0.150 129.9) |
Copy-ready code
/* CSS */
color: #ace072;
background-color: #ace072;
/* Tailwind (arbitrary) */
class="text-[#ace072] bg-[#ace072]"
/* SCSS */
$brand: #ace072;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.447)
/* Android */
Color.parseColor("#ace072")Accessibility — WCAG contrast
Aa
#ace072 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace072 on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue44.7%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow49.1%
Key (black)12.2%
Color previews
#ace072 text on a black background
contrast 13.66:1
Card sample
#ace072 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace072;
Background color
Panel with #ace072 background
background-color: #ace072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace072; background: linear-gradient(135deg, #ace072, #72E081);