#aceec8
a light, vivid green · cool · closest name: aquamarine
RGB
172, 238, 200
HSL
146°, 66%, 80%
CMYK
28, 0, 16, 7
Luminance
0.7409
Every format
| HEX | #aceec8 |
| RGB | rgb(172, 238, 200) |
| HSL | hsl(146, 66%, 80%) |
| CMYK | cmyk(28%, 0%, 16%, 7%) |
| LAB | lab(89.0 -28.3 11.8) |
| LCH | lch(89.0 30.7 157.3) |
| OKLCH | oklch(0.895 0.085 158.9) |
Copy-ready code
/* CSS */
color: #aceec8;
background-color: #aceec8;
/* Tailwind (arbitrary) */
class="text-[#aceec8] bg-[#aceec8]"
/* SCSS */
$brand: #aceec8;
/* SwiftUI */
Color(red: 0.675, green: 0.933, blue: 0.784)
/* Android */
Color.parseColor("#aceec8")Accessibility — WCAG contrast
Aa
#aceec8 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceec8 on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.3%
Blue78.4%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow16.0%
Key (black)6.7%
Color previews
#aceec8 text on a black background
contrast 15.82:1
Card sample
#aceec8 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceec8;
Background color
Panel with #aceec8 background
background-color: #aceec8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceec8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 238, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 238, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceec8; background: linear-gradient(135deg, #aceec8, #ACE8EE);