#ace159
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 225, 89
HSL
83°, 69%, 62%
CMYK
24, 0, 60, 12
Luminance
0.6334
Every format
| HEX | #ace159 |
| RGB | rgb(172, 225, 89) |
| HSL | hsl(83, 69%, 62%) |
| CMYK | cmyk(24%, 0%, 60%, 12%) |
| LAB | lab(83.6 -37.6 59.5) |
| LCH | lch(83.6 70.4 122.3) |
| OKLCH | oklch(0.846 0.174 127.7) |
Copy-ready code
/* CSS */
color: #ace159;
background-color: #ace159;
/* Tailwind (arbitrary) */
class="text-[#ace159] bg-[#ace159]"
/* SCSS */
$brand: #ace159;
/* SwiftUI */
Color(red: 0.675, green: 0.882, blue: 0.349)
/* Android */
Color.parseColor("#ace159")Accessibility — WCAG contrast
Aa
#ace159 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace159 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.2%
Blue34.9%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow60.4%
Key (black)11.8%
Color previews
#ace159 text on a black background
contrast 13.67:1
Card sample
#ace159 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace159;
Background color
Panel with #ace159 background
background-color: #ace159;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace159;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 225, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 225, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace159; background: linear-gradient(135deg, #ace159, #59E161);