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