#acdace
a light, soft cyan · cool · closest name: silver
RGB
172, 218, 206
HSL
164°, 38%, 77%
CMYK
21, 0, 6, 15
Luminance
0.6337
Every format
| HEX | #acdace |
| RGB | rgb(172, 218, 206) |
| HSL | hsl(164, 38%, 77%) |
| CMYK | cmyk(21%, 0%, 6%, 15%) |
| LAB | lab(83.6 -17.4 1.0) |
| LCH | lch(83.6 17.4 176.7) |
| OKLCH | oklch(0.853 0.051 177.3) |
Copy-ready code
/* CSS */
color: #acdace;
background-color: #acdace;
/* Tailwind (arbitrary) */
class="text-[#acdace] bg-[#acdace]"
/* SCSS */
$brand: #acdace;
/* SwiftUI */
Color(red: 0.675, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#acdace")Accessibility — WCAG contrast
Aa
#acdace on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdace on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.5%
Blue80.8%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow5.5%
Key (black)14.5%
Color previews
#acdace text on a black background
contrast 13.67:1
Card sample
#acdace text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdace;
Background color
Panel with #acdace background
background-color: #acdace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdace; background: linear-gradient(135deg, #acdace, #ACC7DA);