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