#ace997
a light, vivid green · cool · closest name: aquamarine
RGB
172, 233, 151
HSL
105°, 65%, 75%
CMYK
26, 0, 35, 9
Luminance
0.6928
Every format
| HEX | #ace997 |
| RGB | rgb(172, 233, 151) |
| HSL | hsl(105, 65%, 75%) |
| CMYK | cmyk(26%, 0%, 35%, 9%) |
| LAB | lab(86.6 -34.2 33.8) |
| LCH | lch(86.6 48.1 135.3) |
| OKLCH | oklch(0.873 0.126 137.9) |
Copy-ready code
/* CSS */
color: #ace997;
background-color: #ace997;
/* Tailwind (arbitrary) */
class="text-[#ace997] bg-[#ace997]"
/* SCSS */
$brand: #ace997;
/* SwiftUI */
Color(red: 0.675, green: 0.914, blue: 0.592)
/* Android */
Color.parseColor("#ace997")Accessibility — WCAG contrast
Aa
#ace997 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace997 on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.4%
Blue59.2%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow35.2%
Key (black)8.6%
Color previews
#ace997 text on a black background
contrast 14.86:1
Card sample
#ace997 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace997;
Background color
Panel with #ace997 background
background-color: #ace997;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace997;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 233, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 233, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace997; background: linear-gradient(135deg, #ace997, #97E9B9);