#c5cad3
a light, muted blue · cool · closest name: silver
RGB
197, 202, 211
HSL
219°, 14%, 80%
CMYK
7, 4, 0, 17
Luminance
0.5881
Every format
| HEX | #c5cad3 |
| RGB | rgb(197, 202, 211) |
| HSL | hsl(219, 14%, 80%) |
| CMYK | cmyk(7%, 4%, 0%, 17%) |
| LAB | lab(81.2 0.0 -5.1) |
| LCH | lch(81.2 5.1 270.0) |
| OKLCH | oklch(0.838 0.014 262.4) |
Copy-ready code
/* CSS */
color: #c5cad3;
background-color: #c5cad3;
/* Tailwind (arbitrary) */
class="text-[#c5cad3] bg-[#c5cad3]"
/* SCSS */
$brand: #c5cad3;
/* SwiftUI */
Color(red: 0.773, green: 0.792, blue: 0.827)
/* Android */
Color.parseColor("#c5cad3")Accessibility — WCAG contrast
Aa
#c5cad3 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5cad3 on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green79.2%
Blue82.7%
CMYK percentages
Cyan6.6%
Magenta4.3%
Yellow0.0%
Key (black)17.3%
Color previews
#c5cad3 text on a black background
contrast 12.76:1
Card sample
#c5cad3 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5cad3;
Background color
Panel with #c5cad3 background
background-color: #c5cad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5cad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 202, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 202, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5cad3; background: linear-gradient(135deg, #c5cad3, #C9C5D3);