#ace29f
a light, vivid green · cool · closest name: aquamarine
RGB
172, 226, 159
HSL
108°, 54%, 76%
CMYK
24, 0, 30, 11
Luminance
0.6567
Every format
| HEX | #ace29f |
| RGB | rgb(172, 226, 159) |
| HSL | hsl(108, 54%, 76%) |
| CMYK | cmyk(24%, 0%, 30%, 11%) |
| LAB | lab(84.8 -29.7 27.3) |
| LCH | lch(84.8 40.4 137.4) |
| OKLCH | oklch(0.859 0.106 139.6) |
Copy-ready code
/* CSS */
color: #ace29f;
background-color: #ace29f;
/* Tailwind (arbitrary) */
class="text-[#ace29f] bg-[#ace29f]"
/* SCSS */
$brand: #ace29f;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.624)
/* Android */
Color.parseColor("#ace29f")Accessibility — WCAG contrast
Aa
#ace29f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace29f on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue62.4%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow29.6%
Key (black)11.4%
Color previews
#ace29f text on a black background
contrast 14.13:1
Card sample
#ace29f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace29f;
Background color
Panel with #ace29f background
background-color: #ace29f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace29f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace29f; background: linear-gradient(135deg, #ace29f, #9FE2BF);