#c4d7dc
a light, soft cyan · cool · closest name: silver
RGB
196, 215, 220
HSL
193°, 26%, 82%
CMYK
11, 2, 0, 14
Luminance
0.6550
Every format
| HEX | #c4d7dc |
| RGB | rgb(196, 215, 220) |
| HSL | hsl(193, 26%, 82%) |
| CMYK | cmyk(11%, 2%, 0%, 14%) |
| LAB | lab(84.7 -5.4 -4.6) |
| LCH | lch(84.7 7.1 220.8) |
| OKLCH | oklch(0.866 0.022 215.3) |
Copy-ready code
/* CSS */
color: #c4d7dc;
background-color: #c4d7dc;
/* Tailwind (arbitrary) */
class="text-[#c4d7dc] bg-[#c4d7dc]"
/* SCSS */
$brand: #c4d7dc;
/* SwiftUI */
Color(red: 0.769, green: 0.843, blue: 0.863)
/* Android */
Color.parseColor("#c4d7dc")Accessibility — WCAG contrast
Aa
#c4d7dc on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4d7dc on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green84.3%
Blue86.3%
CMYK percentages
Cyan10.9%
Magenta2.3%
Yellow0.0%
Key (black)13.7%
Color previews
#c4d7dc text on a black background
contrast 14.10:1
Card sample
#c4d7dc text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4d7dc;
Background color
Panel with #c4d7dc background
background-color: #c4d7dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4d7dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 215, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 215, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4d7dc; background: linear-gradient(135deg, #c4d7dc, #C4C7DC);