#aceec0
a light, vivid green · cool · closest name: aquamarine
RGB
172, 238, 192
HSL
138°, 66%, 80%
CMYK
28, 0, 19, 7
Luminance
0.7373
Every format
| HEX | #aceec0 |
| RGB | rgb(172, 238, 192) |
| HSL | hsl(138, 66%, 80%) |
| CMYK | cmyk(28%, 0%, 19%, 7%) |
| LAB | lab(88.8 -29.8 15.7) |
| LCH | lch(88.8 33.7 152.2) |
| OKLCH | oklch(0.893 0.092 153.8) |
Copy-ready code
/* CSS */
color: #aceec0;
background-color: #aceec0;
/* Tailwind (arbitrary) */
class="text-[#aceec0] bg-[#aceec0]"
/* SCSS */
$brand: #aceec0;
/* SwiftUI */
Color(red: 0.675, green: 0.933, blue: 0.753)
/* Android */
Color.parseColor("#aceec0")Accessibility — WCAG contrast
Aa
#aceec0 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceec0 on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.3%
Blue75.3%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow19.3%
Key (black)6.7%
Color previews
#aceec0 text on a black background
contrast 15.75:1
Card sample
#aceec0 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceec0;
Background color
Panel with #aceec0 background
background-color: #aceec0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceec0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 238, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 238, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceec0; background: linear-gradient(135deg, #aceec0, #ACEEEC);