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