#c4d7df
a light, soft cyan · cool · closest name: silver
RGB
196, 215, 223
HSL
198°, 30%, 82%
CMYK
12, 4, 0, 13
Luminance
0.6566
Every format
| HEX | #c4d7df |
| RGB | rgb(196, 215, 223) |
| HSL | hsl(198, 30%, 82%) |
| CMYK | cmyk(12%, 4%, 0%, 13%) |
| LAB | lab(84.8 -4.8 -6.1) |
| LCH | lch(84.8 7.7 232.0) |
| OKLCH | oklch(0.867 0.023 224.9) |
Copy-ready code
/* CSS */
color: #c4d7df;
background-color: #c4d7df;
/* Tailwind (arbitrary) */
class="text-[#c4d7df] bg-[#c4d7df]"
/* SCSS */
$brand: #c4d7df;
/* SwiftUI */
Color(red: 0.769, green: 0.843, blue: 0.875)
/* Android */
Color.parseColor("#c4d7df")Accessibility — WCAG contrast
Aa
#c4d7df on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4d7df on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green84.3%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta3.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c4d7df text on a black background
contrast 14.13:1
Card sample
#c4d7df text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4d7df;
Background color
Panel with #c4d7df background
background-color: #c4d7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4d7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 215, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 215, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4d7df; background: linear-gradient(135deg, #c4d7df, #C4C5DF);