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