#ace596
a light, vivid green · cool · closest name: khaki
RGB
172, 229, 150
HSL
103°, 60%, 74%
CMYK
25, 0, 35, 10
Luminance
0.6701
Every format
| HEX | #ace596 |
| RGB | rgb(172, 229, 150) |
| HSL | hsl(103, 60%, 74%) |
| CMYK | cmyk(25%, 0%, 35%, 10%) |
| LAB | lab(85.5 -32.5 32.8) |
| LCH | lch(85.5 46.2 134.7) |
| OKLCH | oklch(0.864 0.121 137.3) |
Copy-ready code
/* CSS */
color: #ace596;
background-color: #ace596;
/* Tailwind (arbitrary) */
class="text-[#ace596] bg-[#ace596]"
/* SCSS */
$brand: #ace596;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.588)
/* Android */
Color.parseColor("#ace596")Accessibility — WCAG contrast
Aa
#ace596 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace596 on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue58.8%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow34.5%
Key (black)10.2%
Color previews
#ace596 text on a black background
contrast 14.40:1
Card sample
#ace596 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace596;
Background color
Panel with #ace596 background
background-color: #ace596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace596; background: linear-gradient(135deg, #ace596, #96E5B5);