#ace99b
a light, vivid green · cool · closest name: aquamarine
RGB
172, 233, 155
HSL
107°, 64%, 76%
CMYK
26, 0, 34, 9
Luminance
0.6942
Every format
| HEX | #ace99b |
| RGB | rgb(172, 233, 155) |
| HSL | hsl(107, 64%, 76%) |
| CMYK | cmyk(26%, 0%, 34%, 9%) |
| LAB | lab(86.7 -33.6 31.9) |
| LCH | lch(86.7 46.3 136.5) |
| OKLCH | oklch(0.874 0.121 139.0) |
Copy-ready code
/* CSS */
color: #ace99b;
background-color: #ace99b;
/* Tailwind (arbitrary) */
class="text-[#ace99b] bg-[#ace99b]"
/* SCSS */
$brand: #ace99b;
/* SwiftUI */
Color(red: 0.675, green: 0.914, blue: 0.608)
/* Android */
Color.parseColor("#ace99b")Accessibility — WCAG contrast
Aa
#ace99b on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace99b on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.4%
Blue60.8%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow33.5%
Key (black)8.6%
Color previews
#ace99b text on a black background
contrast 14.88:1
Card sample
#ace99b text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace99b;
Background color
Panel with #ace99b background
background-color: #ace99b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace99b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 233, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 233, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace99b; background: linear-gradient(135deg, #ace99b, #9BE9BE);