#ace074
a light, vivid green · cool · closest name: khaki
RGB
172, 224, 116
HSL
89°, 64%, 67%
CMYK
23, 0, 48, 12
Luminance
0.6334
Every format
| HEX | #ace074 |
| RGB | rgb(172, 224, 116) |
| HSL | hsl(89, 64%, 67%) |
| CMYK | cmyk(23%, 0%, 48%, 12%) |
| LAB | lab(83.6 -34.5 47.2) |
| LCH | lch(83.6 58.5 126.2) |
| OKLCH | oklch(0.847 0.148 130.2) |
Copy-ready code
/* CSS */
color: #ace074;
background-color: #ace074;
/* Tailwind (arbitrary) */
class="text-[#ace074] bg-[#ace074]"
/* SCSS */
$brand: #ace074;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.455)
/* Android */
Color.parseColor("#ace074")Accessibility — WCAG contrast
Aa
#ace074 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace074 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue45.5%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow48.2%
Key (black)12.2%
Color previews
#ace074 text on a black background
contrast 13.67:1
Card sample
#ace074 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace074;
Background color
Panel with #ace074 background
background-color: #ace074;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace074;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace074; background: linear-gradient(135deg, #ace074, #74E084);