#c4d9df
a light, soft cyan · cool · closest name: silver
RGB
196, 217, 223
HSL
193°, 30%, 82%
CMYK
12, 3, 0, 13
Luminance
0.6669
Every format
| HEX | #c4d9df |
| RGB | rgb(196, 217, 223) |
| HSL | hsl(193, 30%, 82%) |
| CMYK | cmyk(12%, 3%, 0%, 13%) |
| LAB | lab(85.3 -5.8 -5.3) |
| LCH | lch(85.3 7.9 222.6) |
| OKLCH | oklch(0.871 0.024 216.8) |
Copy-ready code
/* CSS */
color: #c4d9df;
background-color: #c4d9df;
/* Tailwind (arbitrary) */
class="text-[#c4d9df] bg-[#c4d9df]"
/* SCSS */
$brand: #c4d9df;
/* SwiftUI */
Color(red: 0.769, green: 0.851, blue: 0.875)
/* Android */
Color.parseColor("#c4d9df")Accessibility — WCAG contrast
Aa
#c4d9df on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4d9df on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green85.1%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta2.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c4d9df text on a black background
contrast 14.34:1
Card sample
#c4d9df text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4d9df;
Background color
Panel with #c4d9df background
background-color: #c4d9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4d9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 217, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 217, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4d9df; background: linear-gradient(135deg, #c4d9df, #C4C7DF);