#c4dcd5
a light, soft cyan · cool · closest name: silver
RGB
196, 220, 213
HSL
163°, 26%, 82%
CMYK
11, 0, 3, 14
Luminance
0.6773
Every format
| HEX | #c4dcd5 |
| RGB | rgb(196, 220, 213) |
| HSL | hsl(163, 26%, 82%) |
| CMYK | cmyk(11%, 0%, 3%, 14%) |
| LAB | lab(85.9 -9.3 0.7) |
| LCH | lch(85.9 9.3 175.5) |
| OKLCH | oklch(0.875 0.027 176.2) |
Copy-ready code
/* CSS */
color: #c4dcd5;
background-color: #c4dcd5;
/* Tailwind (arbitrary) */
class="text-[#c4dcd5] bg-[#c4dcd5]"
/* SCSS */
$brand: #c4dcd5;
/* SwiftUI */
Color(red: 0.769, green: 0.863, blue: 0.835)
/* Android */
Color.parseColor("#c4dcd5")Accessibility — WCAG contrast
Aa
#c4dcd5 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4dcd5 on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green86.3%
Blue83.5%
CMYK percentages
Cyan10.9%
Magenta0.0%
Yellow3.2%
Key (black)13.7%
Color previews
#c4dcd5 text on a black background
contrast 14.55:1
Card sample
#c4dcd5 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4dcd5;
Background color
Panel with #c4dcd5 background
background-color: #c4dcd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4dcd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 220, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 220, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4dcd5; background: linear-gradient(135deg, #c4dcd5, #C4D3DC);