#c4dcdf
a light, soft cyan · cool · closest name: silver
RGB
196, 220, 223
HSL
187°, 30%, 82%
CMYK
12, 1, 0, 13
Luminance
0.6825
Every format
| HEX | #c4dcdf |
| RGB | rgb(196, 220, 223) |
| HSL | hsl(187, 30%, 82%) |
| CMYK | cmyk(12%, 1%, 0%, 13%) |
| LAB | lab(86.1 -7.3 -4.2) |
| LCH | lch(86.1 8.4 209.6) |
| OKLCH | oklch(0.878 0.026 205.8) |
Copy-ready code
/* CSS */
color: #c4dcdf;
background-color: #c4dcdf;
/* Tailwind (arbitrary) */
class="text-[#c4dcdf] bg-[#c4dcdf]"
/* SCSS */
$brand: #c4dcdf;
/* SwiftUI */
Color(red: 0.769, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#c4dcdf")Accessibility — WCAG contrast
Aa
#c4dcdf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4dcdf on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green86.3%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c4dcdf text on a black background
contrast 14.65:1
Card sample
#c4dcdf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4dcdf;
Background color
Panel with #c4dcdf background
background-color: #c4dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4dcdf; background: linear-gradient(135deg, #c4dcdf, #C4CADF);