#ace29c
a light, vivid green · cool · closest name: aquamarine
RGB
172, 226, 156
HSL
106°, 55%, 75%
CMYK
24, 0, 31, 11
Luminance
0.6556
Every format
| HEX | #ace29c |
| RGB | rgb(172, 226, 156) |
| HSL | hsl(106, 55%, 75%) |
| CMYK | cmyk(24%, 0%, 31%, 11%) |
| LAB | lab(84.8 -30.2 28.8) |
| LCH | lch(84.8 41.7 136.4) |
| OKLCH | oklch(0.858 0.110 138.7) |
Copy-ready code
/* CSS */
color: #ace29c;
background-color: #ace29c;
/* Tailwind (arbitrary) */
class="text-[#ace29c] bg-[#ace29c]"
/* SCSS */
$brand: #ace29c;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.612)
/* Android */
Color.parseColor("#ace29c")Accessibility — WCAG contrast
Aa
#ace29c on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace29c on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue61.2%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow31.0%
Key (black)11.4%
Color previews
#ace29c text on a black background
contrast 14.11:1
Card sample
#ace29c text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace29c;
Background color
Panel with #ace29c background
background-color: #ace29c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace29c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace29c; background: linear-gradient(135deg, #ace29c, #9CE2BB);