#ace897
a light, vivid green · cool · closest name: aquamarine
RGB
172, 232, 151
HSL
104°, 64%, 75%
CMYK
26, 0, 35, 9
Luminance
0.6872
Every format
| HEX | #ace897 |
| RGB | rgb(172, 232, 151) |
| HSL | hsl(104, 64%, 75%) |
| CMYK | cmyk(26%, 0%, 35%, 9%) |
| LAB | lab(86.4 -33.7 33.5) |
| LCH | lch(86.4 47.5 135.2) |
| OKLCH | oklch(0.871 0.124 137.8) |
Copy-ready code
/* CSS */
color: #ace897;
background-color: #ace897;
/* Tailwind (arbitrary) */
class="text-[#ace897] bg-[#ace897]"
/* SCSS */
$brand: #ace897;
/* SwiftUI */
Color(red: 0.675, green: 0.910, blue: 0.592)
/* Android */
Color.parseColor("#ace897")Accessibility — WCAG contrast
Aa
#ace897 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace897 on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.0%
Blue59.2%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow34.9%
Key (black)9.0%
Color previews
#ace897 text on a black background
contrast 14.74:1
Card sample
#ace897 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace897;
Background color
Panel with #ace897 background
background-color: #ace897;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace897;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 232, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 232, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace897; background: linear-gradient(135deg, #ace897, #97E8B8);