#ace352
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 227, 82
HSL
83°, 72%, 61%
CMYK
24, 0, 64, 11
Luminance
0.6432
Every format
| HEX | #ace352 |
| RGB | rgb(172, 227, 82) |
| HSL | hsl(83, 72%, 61%) |
| CMYK | cmyk(24%, 0%, 64%, 11%) |
| LAB | lab(84.1 -39.0 62.9) |
| LCH | lch(84.1 74.0 121.8) |
| OKLCH | oklch(0.850 0.182 127.6) |
Copy-ready code
/* CSS */
color: #ace352;
background-color: #ace352;
/* Tailwind (arbitrary) */
class="text-[#ace352] bg-[#ace352]"
/* SCSS */
$brand: #ace352;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.322)
/* Android */
Color.parseColor("#ace352")Accessibility — WCAG contrast
Aa
#ace352 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace352 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue32.2%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow63.9%
Key (black)11.0%
Color previews
#ace352 text on a black background
contrast 13.86:1
Card sample
#ace352 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace352;
Background color
Panel with #ace352 background
background-color: #ace352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace352; background: linear-gradient(135deg, #ace352, #52E359);