#c6cedc
a light, soft blue · cool · closest name: silver
RGB
198, 206, 220
HSL
218°, 24%, 82%
CMYK
10, 6, 0, 14
Luminance
0.6132
Every format
| HEX | #c6cedc |
| RGB | rgb(198, 206, 220) |
| HSL | hsl(218, 24%, 82%) |
| CMYK | cmyk(10%, 6%, 0%, 14%) |
| LAB | lab(82.5 -0.0 -7.9) |
| LCH | lch(82.5 7.9 269.9) |
| OKLCH | oklch(0.850 0.021 261.8) |
Copy-ready code
/* CSS */
color: #c6cedc;
background-color: #c6cedc;
/* Tailwind (arbitrary) */
class="text-[#c6cedc] bg-[#c6cedc]"
/* SCSS */
$brand: #c6cedc;
/* SwiftUI */
Color(red: 0.776, green: 0.808, blue: 0.863)
/* Android */
Color.parseColor("#c6cedc")Accessibility — WCAG contrast
Aa
#c6cedc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cedc on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.8%
Blue86.3%
CMYK percentages
Cyan10.0%
Magenta6.4%
Yellow0.0%
Key (black)13.7%
Color previews
#c6cedc text on a black background
contrast 13.26:1
Card sample
#c6cedc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cedc;
Background color
Panel with #c6cedc background
background-color: #c6cedc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cedc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 206, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 206, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cedc; background: linear-gradient(135deg, #c6cedc, #CDC6DC);