#c5ccd3
a light, muted blue · cool · closest name: silver
RGB
197, 204, 211
HSL
210°, 14%, 80%
CMYK
7, 3, 0, 17
Luminance
0.5976
Every format
| HEX | #c5ccd3 |
| RGB | rgb(197, 204, 211) |
| HSL | hsl(210, 14%, 80%) |
| CMYK | cmyk(7%, 3%, 0%, 17%) |
| LAB | lab(81.7 -1.1 -4.3) |
| LCH | lch(81.7 4.4 256.3) |
| OKLCH | oklch(0.842 0.012 248.0) |
Copy-ready code
/* CSS */
color: #c5ccd3;
background-color: #c5ccd3;
/* Tailwind (arbitrary) */
class="text-[#c5ccd3] bg-[#c5ccd3]"
/* SCSS */
$brand: #c5ccd3;
/* SwiftUI */
Color(red: 0.773, green: 0.800, blue: 0.827)
/* Android */
Color.parseColor("#c5ccd3")Accessibility — WCAG contrast
Aa
#c5ccd3 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5ccd3 on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green80.0%
Blue82.7%
CMYK percentages
Cyan6.6%
Magenta3.3%
Yellow0.0%
Key (black)17.3%
Color previews
#c5ccd3 text on a black background
contrast 12.95:1
Card sample
#c5ccd3 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5ccd3;
Background color
Panel with #c5ccd3 background
background-color: #c5ccd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5ccd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 204, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 204, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5ccd3; background: linear-gradient(135deg, #c5ccd3, #C7C5D3);