#ace89c
a light, vivid green · cool · closest name: aquamarine
RGB
172, 232, 156
HSL
107°, 62%, 76%
CMYK
26, 0, 33, 9
Luminance
0.6888
Every format
| HEX | #ace89c |
| RGB | rgb(172, 232, 156) |
| HSL | hsl(107, 62%, 76%) |
| CMYK | cmyk(26%, 0%, 33%, 9%) |
| LAB | lab(86.5 -33.0 31.0) |
| LCH | lch(86.5 45.3 136.7) |
| OKLCH | oklch(0.872 0.119 139.2) |
Copy-ready code
/* CSS */
color: #ace89c;
background-color: #ace89c;
/* Tailwind (arbitrary) */
class="text-[#ace89c] bg-[#ace89c]"
/* SCSS */
$brand: #ace89c;
/* SwiftUI */
Color(red: 0.675, green: 0.910, blue: 0.612)
/* Android */
Color.parseColor("#ace89c")Accessibility — WCAG contrast
Aa
#ace89c on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace89c on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.0%
Blue61.2%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow32.8%
Key (black)9.0%
Color previews
#ace89c text on a black background
contrast 14.78:1
Card sample
#ace89c text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace89c;
Background color
Panel with #ace89c background
background-color: #ace89c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace89c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 232, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 232, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace89c; background: linear-gradient(135deg, #ace89c, #9CE8BF);