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