#aceccd
a light, vivid green · cool · closest name: aquamarine
RGB
172, 236, 205
HSL
151°, 63%, 80%
CMYK
27, 0, 13, 8
Luminance
0.7317
Every format
| HEX | #aceccd |
| RGB | rgb(172, 236, 205) |
| HSL | hsl(151, 63%, 80%) |
| CMYK | cmyk(27%, 0%, 13%, 8%) |
| LAB | lab(88.5 -26.4 8.6) |
| LCH | lch(88.5 27.8 162.0) |
| OKLCH | oklch(0.891 0.077 163.4) |
Copy-ready code
/* CSS */
color: #aceccd;
background-color: #aceccd;
/* Tailwind (arbitrary) */
class="text-[#aceccd] bg-[#aceccd]"
/* SCSS */
$brand: #aceccd;
/* SwiftUI */
Color(red: 0.675, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#aceccd")Accessibility — WCAG contrast
Aa
#aceccd on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceccd on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.5%
Blue80.4%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#aceccd text on a black background
contrast 15.63:1
Card sample
#aceccd text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceccd;
Background color
Panel with #aceccd background
background-color: #aceccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceccd; background: linear-gradient(135deg, #aceccd, #ACE0EC);