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