#ace99c
a light, vivid green · cool · closest name: aquamarine
RGB
172, 233, 156
HSL
108°, 64%, 76%
CMYK
26, 0, 33, 9
Luminance
0.6945
Every format
| HEX | #ace99c |
| RGB | rgb(172, 233, 156) |
| HSL | hsl(108, 64%, 76%) |
| CMYK | cmyk(26%, 0%, 33%, 9%) |
| LAB | lab(86.7 -33.5 31.4) |
| LCH | lch(86.7 45.9 136.8) |
| OKLCH | oklch(0.874 0.120 139.2) |
Copy-ready code
/* CSS */
color: #ace99c;
background-color: #ace99c;
/* Tailwind (arbitrary) */
class="text-[#ace99c] bg-[#ace99c]"
/* SCSS */
$brand: #ace99c;
/* SwiftUI */
Color(red: 0.675, green: 0.914, blue: 0.612)
/* Android */
Color.parseColor("#ace99c")Accessibility — WCAG contrast
Aa
#ace99c on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace99c on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.4%
Blue61.2%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow33.0%
Key (black)8.6%
Color previews
#ace99c text on a black background
contrast 14.89:1
Card sample
#ace99c text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace99c;
Background color
Panel with #ace99c background
background-color: #ace99c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace99c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 233, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 233, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace99c; background: linear-gradient(135deg, #ace99c, #9CE9BF);