#ace6ad
a light, vivid green · cool · closest name: aquamarine
RGB
172, 230, 173
HSL
121°, 54%, 79%
CMYK
25, 0, 25, 10
Luminance
0.6838
Every format
| HEX | #ace6ad |
| RGB | rgb(172, 230, 173) |
| HSL | hsl(121, 54%, 79%) |
| CMYK | cmyk(25%, 0%, 25%, 10%) |
| LAB | lab(86.2 -29.3 22.0) |
| LCH | lch(86.2 36.6 143.2) |
| OKLCH | oklch(0.871 0.098 145.1) |
Copy-ready code
/* CSS */
color: #ace6ad;
background-color: #ace6ad;
/* Tailwind (arbitrary) */
class="text-[#ace6ad] bg-[#ace6ad]"
/* SCSS */
$brand: #ace6ad;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.678)
/* Android */
Color.parseColor("#ace6ad")Accessibility — WCAG contrast
Aa
#ace6ad on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace6ad on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue67.8%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow24.8%
Key (black)9.8%
Color previews
#ace6ad text on a black background
contrast 14.68:1
Card sample
#ace6ad text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace6ad;
Background color
Panel with #ace6ad background
background-color: #ace6ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace6ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace6ad; background: linear-gradient(135deg, #ace6ad, #ACE6D4);