#c4ccd9
a light, soft blue · cool · closest name: silver
RGB
196, 204, 217
HSL
217°, 22%, 81%
CMYK
10, 6, 0, 15
Luminance
0.5993
Every format
| HEX | #c4ccd9 |
| RGB | rgb(196, 204, 217) |
| HSL | hsl(217, 22%, 81%) |
| CMYK | cmyk(10%, 6%, 0%, 15%) |
| LAB | lab(81.8 -0.2 -7.4) |
| LCH | lch(81.8 7.4 268.4) |
| OKLCH | oklch(0.843 0.020 260.2) |
Copy-ready code
/* CSS */
color: #c4ccd9;
background-color: #c4ccd9;
/* Tailwind (arbitrary) */
class="text-[#c4ccd9] bg-[#c4ccd9]"
/* SCSS */
$brand: #c4ccd9;
/* SwiftUI */
Color(red: 0.769, green: 0.800, blue: 0.851)
/* Android */
Color.parseColor("#c4ccd9")Accessibility — WCAG contrast
Aa
#c4ccd9 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ccd9 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green80.0%
Blue85.1%
CMYK percentages
Cyan9.7%
Magenta6.0%
Yellow0.0%
Key (black)14.9%
Color previews
#c4ccd9 text on a black background
contrast 12.99:1
Card sample
#c4ccd9 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ccd9;
Background color
Panel with #c4ccd9 background
background-color: #c4ccd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ccd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 204, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 204, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ccd9; background: linear-gradient(135deg, #c4ccd9, #CAC4D9);