#ace396
a light, vivid green · cool · closest name: khaki
RGB
172, 227, 150
HSL
103°, 58%, 74%
CMYK
24, 0, 34, 11
Luminance
0.6591
Every format
| HEX | #ace396 |
| RGB | rgb(172, 227, 150) |
| HSL | hsl(103, 58%, 74%) |
| CMYK | cmyk(24%, 0%, 34%, 11%) |
| LAB | lab(85.0 -31.5 32.1) |
| LCH | lch(85.0 45.0 134.5) |
| OKLCH | oklch(0.859 0.117 137.0) |
Copy-ready code
/* CSS */
color: #ace396;
background-color: #ace396;
/* Tailwind (arbitrary) */
class="text-[#ace396] bg-[#ace396]"
/* SCSS */
$brand: #ace396;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.588)
/* Android */
Color.parseColor("#ace396")Accessibility — WCAG contrast
Aa
#ace396 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace396 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue58.8%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow33.9%
Key (black)11.0%
Color previews
#ace396 text on a black background
contrast 14.18:1
Card sample
#ace396 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace396;
Background color
Panel with #ace396 background
background-color: #ace396;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace396;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace396; background: linear-gradient(135deg, #ace396, #96E3B3);