#ace0ad
a light, vivid green · cool · closest name: aquamarine
RGB
172, 224, 173
HSL
121°, 46%, 78%
CMYK
23, 0, 23, 12
Luminance
0.6510
Every format
| HEX | #ace0ad |
| RGB | rgb(172, 224, 173) |
| HSL | hsl(121, 46%, 78%) |
| CMYK | cmyk(23%, 0%, 23%, 12%) |
| LAB | lab(84.5 -26.5 19.7) |
| LCH | lch(84.5 33.0 143.4) |
| OKLCH | oklch(0.857 0.088 145.2) |
Copy-ready code
/* CSS */
color: #ace0ad;
background-color: #ace0ad;
/* Tailwind (arbitrary) */
class="text-[#ace0ad] bg-[#ace0ad]"
/* SCSS */
$brand: #ace0ad;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.678)
/* Android */
Color.parseColor("#ace0ad")Accessibility — WCAG contrast
Aa
#ace0ad on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace0ad on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue67.8%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow22.8%
Key (black)12.2%
Color previews
#ace0ad text on a black background
contrast 14.02:1
Card sample
#ace0ad text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace0ad;
Background color
Panel with #ace0ad background
background-color: #ace0ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace0ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace0ad; background: linear-gradient(135deg, #ace0ad, #ACE0D0);