#ace3ad
a light, vivid green · cool · closest name: aquamarine
RGB
172, 227, 173
HSL
121°, 50%, 78%
CMYK
24, 0, 24, 11
Luminance
0.6673
Every format
| HEX | #ace3ad |
| RGB | rgb(172, 227, 173) |
| HSL | hsl(121, 50%, 78%) |
| CMYK | cmyk(24%, 0%, 24%, 11%) |
| LAB | lab(85.4 -27.9 20.8) |
| LCH | lch(85.4 34.8 143.3) |
| OKLCH | oklch(0.864 0.093 145.2) |
Copy-ready code
/* CSS */
color: #ace3ad;
background-color: #ace3ad;
/* Tailwind (arbitrary) */
class="text-[#ace3ad] bg-[#ace3ad]"
/* SCSS */
$brand: #ace3ad;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.678)
/* Android */
Color.parseColor("#ace3ad")Accessibility — WCAG contrast
Aa
#ace3ad on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace3ad on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue67.8%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow23.8%
Key (black)11.0%
Color previews
#ace3ad text on a black background
contrast 14.35:1
Card sample
#ace3ad text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace3ad;
Background color
Panel with #ace3ad background
background-color: #ace3ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace3ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace3ad; background: linear-gradient(135deg, #ace3ad, #ACE3D2);