#ace76b
a light, vivid green · cool · closest name: khaki
RGB
172, 231, 107
HSL
89°, 72%, 66%
CMYK
26, 0, 54, 9
Luminance
0.6698
Every format
| HEX | #ace76b |
| RGB | rgb(172, 231, 107) |
| HSL | hsl(89, 72%, 66%) |
| CMYK | cmyk(26%, 0%, 54%, 9%) |
| LAB | lab(85.5 -38.6 53.7) |
| LCH | lch(85.5 66.2 125.7) |
| OKLCH | oklch(0.862 0.167 130.4) |
Copy-ready code
/* CSS */
color: #ace76b;
background-color: #ace76b;
/* Tailwind (arbitrary) */
class="text-[#ace76b] bg-[#ace76b]"
/* SCSS */
$brand: #ace76b;
/* SwiftUI */
Color(red: 0.675, green: 0.906, blue: 0.420)
/* Android */
Color.parseColor("#ace76b")Accessibility — WCAG contrast
Aa
#ace76b on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace76b on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.6%
Blue42.0%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow53.7%
Key (black)9.4%
Color previews
#ace76b text on a black background
contrast 14.40:1
Card sample
#ace76b text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace76b;
Background color
Panel with #ace76b background
background-color: #ace76b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace76b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 231, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 231, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace76b; background: linear-gradient(135deg, #ace76b, #6BE77D);