#ace44d
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 228, 77
HSL
82°, 74%, 60%
CMYK
25, 0, 66, 11
Luminance
0.6479
Every format
| HEX | #ace44d |
| RGB | rgb(172, 228, 77) |
| HSL | hsl(82, 74%, 60%) |
| CMYK | cmyk(25%, 0%, 66%, 11%) |
| LAB | lab(84.4 -39.8 65.2) |
| LCH | lch(84.4 76.4 121.4) |
| OKLCH | oklch(0.852 0.187 127.5) |
Copy-ready code
/* CSS */
color: #ace44d;
background-color: #ace44d;
/* Tailwind (arbitrary) */
class="text-[#ace44d] bg-[#ace44d]"
/* SCSS */
$brand: #ace44d;
/* SwiftUI */
Color(red: 0.675, green: 0.894, blue: 0.302)
/* Android */
Color.parseColor("#ace44d")Accessibility — WCAG contrast
Aa
#ace44d on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace44d on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.4%
Blue30.2%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow66.2%
Key (black)10.6%
Color previews
#ace44d text on a black background
contrast 13.96:1
Card sample
#ace44d text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace44d;
Background color
Panel with #ace44d background
background-color: #ace44d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace44d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 228, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 228, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace44d; background: linear-gradient(135deg, #ace44d, #4DE453);