#ace55f
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 229, 95
HSL
86°, 72%, 64%
CMYK
25, 0, 59, 10
Luminance
0.6564
Every format
| HEX | #ace55f |
| RGB | rgb(172, 229, 95) |
| HSL | hsl(86, 72%, 64%) |
| CMYK | cmyk(25%, 0%, 59%, 10%) |
| LAB | lab(84.8 -38.9 58.2) |
| LCH | lch(84.8 70.0 123.7) |
| OKLCH | oklch(0.856 0.174 128.9) |
Copy-ready code
/* CSS */
color: #ace55f;
background-color: #ace55f;
/* Tailwind (arbitrary) */
class="text-[#ace55f] bg-[#ace55f]"
/* SCSS */
$brand: #ace55f;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.373)
/* Android */
Color.parseColor("#ace55f")Accessibility — WCAG contrast
Aa
#ace55f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace55f on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue37.3%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow58.5%
Key (black)10.2%
Color previews
#ace55f text on a black background
contrast 14.13:1
Card sample
#ace55f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace55f;
Background color
Panel with #ace55f background
background-color: #ace55f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace55f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace55f; background: linear-gradient(135deg, #ace55f, #5FE56B);