#c4d4cf
a light, soft cyan · cool · closest name: silver
RGB
196, 212, 207
HSL
161°, 16%, 80%
CMYK
8, 0, 2, 17
Luminance
0.6333
Every format
| HEX | #c4d4cf |
| RGB | rgb(196, 212, 207) |
| HSL | hsl(161, 16%, 80%) |
| CMYK | cmyk(8%, 0%, 2%, 17%) |
| LAB | lab(83.6 -6.3 0.6) |
| LCH | lch(83.6 6.4 174.4) |
| OKLCH | oklch(0.856 0.019 175.2) |
Copy-ready code
/* CSS */
color: #c4d4cf;
background-color: #c4d4cf;
/* Tailwind (arbitrary) */
class="text-[#c4d4cf] bg-[#c4d4cf]"
/* SCSS */
$brand: #c4d4cf;
/* SwiftUI */
Color(red: 0.769, green: 0.831, blue: 0.812)
/* Android */
Color.parseColor("#c4d4cf")Accessibility — WCAG contrast
Aa
#c4d4cf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4d4cf on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green83.1%
Blue81.2%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow2.4%
Key (black)16.9%
Color previews
#c4d4cf text on a black background
contrast 13.67:1
Card sample
#c4d4cf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4d4cf;
Background color
Panel with #c4d4cf background
background-color: #c4d4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4d4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 212, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 212, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4d4cf; background: linear-gradient(135deg, #c4d4cf, #C4CED4);