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