#ace593
a light, vivid green · cool · closest name: khaki
RGB
172, 229, 147
HSL
102°, 61%, 74%
CMYK
25, 0, 36, 10
Luminance
0.6692
Every format
| HEX | #ace593 |
| RGB | rgb(172, 229, 147) |
| HSL | hsl(102, 61%, 74%) |
| CMYK | cmyk(25%, 0%, 36%, 10%) |
| LAB | lab(85.5 -32.9 34.3) |
| LCH | lch(85.5 47.5 133.8) |
| OKLCH | oklch(0.863 0.124 136.5) |
Copy-ready code
/* CSS */
color: #ace593;
background-color: #ace593;
/* Tailwind (arbitrary) */
class="text-[#ace593] bg-[#ace593]"
/* SCSS */
$brand: #ace593;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.576)
/* Android */
Color.parseColor("#ace593")Accessibility — WCAG contrast
Aa
#ace593 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace593 on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue57.6%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow35.8%
Key (black)10.2%
Color previews
#ace593 text on a black background
contrast 14.38:1
Card sample
#ace593 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace593;
Background color
Panel with #ace593 background
background-color: #ace593;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace593;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace593; background: linear-gradient(135deg, #ace593, #93E5B1);