#ace95f
a balanced, electric green · cool · closest name: olivedrab
RGB
172, 233, 95
HSL
87°, 76%, 64%
CMYK
26, 0, 59, 9
Luminance
0.6787
Every format
| HEX | #ace95f |
| RGB | rgb(172, 233, 95) |
| HSL | hsl(87, 76%, 64%) |
| CMYK | cmyk(26%, 0%, 59%, 9%) |
| LAB | lab(85.9 -40.6 59.5) |
| LCH | lch(85.9 72.1 124.3) |
| OKLCH | oklch(0.865 0.179 129.6) |
Copy-ready code
/* CSS */
color: #ace95f;
background-color: #ace95f;
/* Tailwind (arbitrary) */
class="text-[#ace95f] bg-[#ace95f]"
/* SCSS */
$brand: #ace95f;
/* SwiftUI */
Color(red: 0.675, green: 0.914, blue: 0.373)
/* Android */
Color.parseColor("#ace95f")Accessibility — WCAG contrast
Aa
#ace95f on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace95f on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.4%
Blue37.3%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow59.2%
Key (black)8.6%
Color previews
#ace95f text on a black background
contrast 14.57:1
Card sample
#ace95f text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace95f;
Background color
Panel with #ace95f background
background-color: #ace95f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace95f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 233, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 233, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace95f; background: linear-gradient(135deg, #ace95f, #5FE96E);