#ace77e
a light, vivid green · cool · closest name: khaki
RGB
172, 231, 126
HSL
94°, 69%, 70%
CMYK
26, 0, 46, 9
Luminance
0.6743
Every format
| HEX | #ace77e |
| RGB | rgb(172, 231, 126) |
| HSL | hsl(94, 69%, 70%) |
| CMYK | cmyk(26%, 0%, 46%, 9%) |
| LAB | lab(85.7 -36.6 45.0) |
| LCH | lch(85.7 58.0 129.1) |
| OKLCH | oklch(0.864 0.148 132.8) |
Copy-ready code
/* CSS */
color: #ace77e;
background-color: #ace77e;
/* Tailwind (arbitrary) */
class="text-[#ace77e] bg-[#ace77e]"
/* SCSS */
$brand: #ace77e;
/* SwiftUI */
Color(red: 0.675, green: 0.906, blue: 0.494)
/* Android */
Color.parseColor("#ace77e")Accessibility — WCAG contrast
Aa
#ace77e on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace77e on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.6%
Blue49.4%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow45.5%
Key (black)9.4%
Color previews
#ace77e text on a black background
contrast 14.49:1
Card sample
#ace77e text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace77e;
Background color
Panel with #ace77e background
background-color: #ace77e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace77e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 231, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 231, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace77e; background: linear-gradient(135deg, #ace77e, #7EE796);