#ace358
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 227, 88
HSL
84°, 71%, 62%
CMYK
24, 0, 61, 11
Luminance
0.6441
Every format
| HEX | #ace358 |
| RGB | rgb(172, 227, 88) |
| HSL | hsl(84, 71%, 62%) |
| CMYK | cmyk(24%, 0%, 61%, 11%) |
| LAB | lab(84.2 -38.6 60.5) |
| LCH | lch(84.2 71.8 122.5) |
| OKLCH | oklch(0.851 0.177 128.0) |
Copy-ready code
/* CSS */
color: #ace358;
background-color: #ace358;
/* Tailwind (arbitrary) */
class="text-[#ace358] bg-[#ace358]"
/* SCSS */
$brand: #ace358;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.345)
/* Android */
Color.parseColor("#ace358")Accessibility — WCAG contrast
Aa
#ace358 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace358 on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue34.5%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow61.2%
Key (black)11.0%
Color previews
#ace358 text on a black background
contrast 13.88:1
Card sample
#ace358 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace358;
Background color
Panel with #ace358 background
background-color: #ace358;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace358;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace358; background: linear-gradient(135deg, #ace358, #58E361);