#ace59c
a light, vivid green · cool · closest name: aquamarine
RGB
172, 229, 156
HSL
107°, 58%, 76%
CMYK
25, 0, 32, 10
Luminance
0.6721
Every format
| HEX | #ace59c |
| RGB | rgb(172, 229, 156) |
| HSL | hsl(107, 58%, 76%) |
| CMYK | cmyk(25%, 0%, 32%, 10%) |
| LAB | lab(85.6 -31.6 29.9) |
| LCH | lch(85.6 43.5 136.6) |
| OKLCH | oklch(0.865 0.114 138.9) |
Copy-ready code
/* CSS */
color: #ace59c;
background-color: #ace59c;
/* Tailwind (arbitrary) */
class="text-[#ace59c] bg-[#ace59c]"
/* SCSS */
$brand: #ace59c;
/* SwiftUI */
Color(red: 0.675, green: 0.898, blue: 0.612)
/* Android */
Color.parseColor("#ace59c")Accessibility — WCAG contrast
Aa
#ace59c on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace59c on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.8%
Blue61.2%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow31.9%
Key (black)10.2%
Color previews
#ace59c text on a black background
contrast 14.44:1
Card sample
#ace59c text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace59c;
Background color
Panel with #ace59c background
background-color: #ace59c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace59c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 229, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 229, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace59c; background: linear-gradient(135deg, #ace59c, #9CE5BD);