#ace972
a light, vivid green · cool · closest name: khaki
RGB
172, 233, 114
HSL
91°, 73%, 68%
CMYK
26, 0, 51, 9
Luminance
0.6826
Every format
| HEX | #ace972 |
| RGB | rgb(172, 233, 114) |
| HSL | hsl(91, 73%, 68%) |
| CMYK | cmyk(26%, 0%, 51%, 9%) |
| LAB | lab(86.1 -38.8 51.2) |
| LCH | lch(86.1 64.3 127.1) |
| OKLCH | oklch(0.867 0.163 131.5) |
Copy-ready code
/* CSS */
color: #ace972;
background-color: #ace972;
/* Tailwind (arbitrary) */
class="text-[#ace972] bg-[#ace972]"
/* SCSS */
$brand: #ace972;
/* SwiftUI */
Color(red: 0.675, green: 0.914, blue: 0.447)
/* Android */
Color.parseColor("#ace972")Accessibility — WCAG contrast
Aa
#ace972 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace972 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.4%
Blue44.7%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow51.1%
Key (black)8.6%
Color previews
#ace972 text on a black background
contrast 14.65:1
Card sample
#ace972 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace972;
Background color
Panel with #ace972 background
background-color: #ace972;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace972;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 233, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 233, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace972; background: linear-gradient(135deg, #ace972, #72E987);