#aceecd
a light, vivid green · cool · closest name: aquamarine
RGB
172, 238, 205
HSL
150°, 66%, 80%
CMYK
28, 0, 14, 7
Luminance
0.7433
Every format
| HEX | #aceecd |
| RGB | rgb(172, 238, 205) |
| HSL | hsl(150, 66%, 80%) |
| CMYK | cmyk(28%, 0%, 14%, 7%) |
| LAB | lab(89.1 -27.4 9.4) |
| LCH | lch(89.1 28.9 161.1) |
| OKLCH | oklch(0.896 0.081 162.5) |
Copy-ready code
/* CSS */
color: #aceecd;
background-color: #aceecd;
/* Tailwind (arbitrary) */
class="text-[#aceecd] bg-[#aceecd]"
/* SCSS */
$brand: #aceecd;
/* SwiftUI */
Color(red: 0.675, green: 0.933, blue: 0.804)
/* Android */
Color.parseColor("#aceecd")Accessibility — WCAG contrast
Aa
#aceecd on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceecd on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.3%
Blue80.4%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow13.9%
Key (black)6.7%
Color previews
#aceecd text on a black background
contrast 15.87:1
Card sample
#aceecd text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceecd;
Background color
Panel with #aceecd background
background-color: #aceecd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceecd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 238, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 238, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceecd; background: linear-gradient(135deg, #aceecd, #ACE3EE);