#ace045
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 224, 69
HSL
80°, 71%, 58%
CMYK
23, 0, 69, 12
Luminance
0.6251
Every format
| HEX | #ace045 |
| RGB | rgb(172, 224, 69) |
| HSL | hsl(80, 71%, 58%) |
| CMYK | cmyk(23%, 0%, 69%, 12%) |
| LAB | lab(83.2 -38.6 66.9) |
| LCH | lch(83.2 77.3 119.9) |
| OKLCH | oklch(0.842 0.187 126.3) |
Copy-ready code
/* CSS */
color: #ace045;
background-color: #ace045;
/* Tailwind (arbitrary) */
class="text-[#ace045] bg-[#ace045]"
/* SCSS */
$brand: #ace045;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.271)
/* Android */
Color.parseColor("#ace045")Accessibility — WCAG contrast
Aa
#ace045 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace045 on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue27.1%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow69.2%
Key (black)12.2%
Color previews
#ace045 text on a black background
contrast 13.50:1
Card sample
#ace045 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace045;
Background color
Panel with #ace045 background
background-color: #ace045;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace045;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace045; background: linear-gradient(135deg, #ace045, #45E046);