#c4d3cf
a light, muted cyan · cool · closest name: silver
RGB
196, 211, 207
HSL
164°, 15%, 80%
CMYK
7, 0, 2, 17
Luminance
0.6283
Every format
| HEX | #c4d3cf |
| RGB | rgb(196, 211, 207) |
| HSL | hsl(164, 15%, 80%) |
| CMYK | cmyk(7%, 0%, 2%, 17%) |
| LAB | lab(83.3 -5.8 0.2) |
| LCH | lch(83.3 5.8 177.6) |
| OKLCH | oklch(0.854 0.017 178.2) |
Copy-ready code
/* CSS */
color: #c4d3cf;
background-color: #c4d3cf;
/* Tailwind (arbitrary) */
class="text-[#c4d3cf] bg-[#c4d3cf]"
/* SCSS */
$brand: #c4d3cf;
/* SwiftUI */
Color(red: 0.769, green: 0.827, blue: 0.812)
/* Android */
Color.parseColor("#c4d3cf")Accessibility — WCAG contrast
Aa
#c4d3cf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4d3cf on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green82.7%
Blue81.2%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow1.9%
Key (black)17.3%
Color previews
#c4d3cf text on a black background
contrast 13.57:1
Card sample
#c4d3cf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4d3cf;
Background color
Panel with #c4d3cf background
background-color: #c4d3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4d3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 211, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 211, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4d3cf; background: linear-gradient(135deg, #c4d3cf, #C4CDD3);