#ace079
a light, vivid green · cool · closest name: khaki
RGB
172, 224, 121
HSL
90°, 62%, 68%
CMYK
23, 0, 46, 12
Luminance
0.6346
Every format
| HEX | #ace079 |
| RGB | rgb(172, 224, 121) |
| HSL | hsl(90, 62%, 68%) |
| CMYK | cmyk(23%, 0%, 46%, 12%) |
| LAB | lab(83.7 -34.0 44.9) |
| LCH | lch(83.7 56.3 127.1) |
| OKLCH | oklch(0.848 0.143 130.9) |
Copy-ready code
/* CSS */
color: #ace079;
background-color: #ace079;
/* Tailwind (arbitrary) */
class="text-[#ace079] bg-[#ace079]"
/* SCSS */
$brand: #ace079;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.475)
/* Android */
Color.parseColor("#ace079")Accessibility — WCAG contrast
Aa
#ace079 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace079 on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue47.5%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow46.0%
Key (black)12.2%
Color previews
#ace079 text on a black background
contrast 13.69:1
Card sample
#ace079 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace079;
Background color
Panel with #ace079 background
background-color: #ace079;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace079;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace079; background: linear-gradient(135deg, #ace079, #79E08B);