#acd8cb
a light, soft cyan · cool · closest name: silver
RGB
172, 216, 203
HSL
162°, 36%, 76%
CMYK
20, 0, 6, 15
Luminance
0.6219
Every format
| HEX | #acd8cb |
| RGB | rgb(172, 216, 203) |
| HSL | hsl(162, 36%, 76%) |
| CMYK | cmyk(20%, 0%, 6%, 15%) |
| LAB | lab(83.0 -16.9 1.7) |
| LCH | lch(83.0 17.0 174.3) |
| OKLCH | oklch(0.847 0.049 175.1) |
Copy-ready code
/* CSS */
color: #acd8cb;
background-color: #acd8cb;
/* Tailwind (arbitrary) */
class="text-[#acd8cb] bg-[#acd8cb]"
/* SCSS */
$brand: #acd8cb;
/* SwiftUI */
Color(red: 0.675, green: 0.847, blue: 0.796)
/* Android */
Color.parseColor("#acd8cb")Accessibility — WCAG contrast
Aa
#acd8cb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd8cb on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green84.7%
Blue79.6%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow6.0%
Key (black)15.3%
Color previews
#acd8cb text on a black background
contrast 13.44:1
Card sample
#acd8cb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd8cb;
Background color
Panel with #acd8cb background
background-color: #acd8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 216, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 216, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd8cb; background: linear-gradient(135deg, #acd8cb, #ACC8D8);