#aceab9
a light, vivid green · cool · closest name: aquamarine
RGB
172, 234, 185
HSL
133°, 60%, 80%
CMYK
27, 0, 21, 8
Luminance
0.7112
Every format
| HEX | #aceab9 |
| RGB | rgb(172, 234, 185) |
| HSL | hsl(133, 60%, 80%) |
| CMYK | cmyk(27%, 0%, 21%, 8%) |
| LAB | lab(87.5 -29.2 17.6) |
| LCH | lch(87.5 34.1 148.9) |
| OKLCH | oklch(0.882 0.092 150.6) |
Copy-ready code
/* CSS */
color: #aceab9;
background-color: #aceab9;
/* Tailwind (arbitrary) */
class="text-[#aceab9] bg-[#aceab9]"
/* SCSS */
$brand: #aceab9;
/* SwiftUI */
Color(red: 0.675, green: 0.918, blue: 0.725)
/* Android */
Color.parseColor("#aceab9")Accessibility — WCAG contrast
Aa
#aceab9 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceab9 on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.8%
Blue72.5%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow20.9%
Key (black)8.2%
Color previews
#aceab9 text on a black background
contrast 15.22:1
Card sample
#aceab9 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceab9;
Background color
Panel with #aceab9 background
background-color: #aceab9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceab9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 234, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 234, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceab9; background: linear-gradient(135deg, #aceab9, #ACEAE2);