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