#c6d2dc
a light, soft blue · cool · closest name: silver
RGB
198, 210, 220
HSL
207°, 24%, 82%
CMYK
10, 5, 0, 14
Luminance
0.6327
Every format
| HEX | #c6d2dc |
| RGB | rgb(198, 210, 220) |
| HSL | hsl(207, 24%, 82%) |
| CMYK | cmyk(10%, 5%, 0%, 14%) |
| LAB | lab(83.6 -2.1 -6.3) |
| LCH | lch(83.6 6.7 251.6) |
| OKLCH | oklch(0.858 0.019 243.0) |
Copy-ready code
/* CSS */
color: #c6d2dc;
background-color: #c6d2dc;
/* Tailwind (arbitrary) */
class="text-[#c6d2dc] bg-[#c6d2dc]"
/* SCSS */
$brand: #c6d2dc;
/* SwiftUI */
Color(red: 0.776, green: 0.824, blue: 0.863)
/* Android */
Color.parseColor("#c6d2dc")Accessibility — WCAG contrast
Aa
#c6d2dc on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6d2dc on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green82.4%
Blue86.3%
CMYK percentages
Cyan10.0%
Magenta4.5%
Yellow0.0%
Key (black)13.7%
Color previews
#c6d2dc text on a black background
contrast 13.65:1
Card sample
#c6d2dc text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6d2dc;
Background color
Panel with #c6d2dc background
background-color: #c6d2dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6d2dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 210, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 210, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6d2dc; background: linear-gradient(135deg, #c6d2dc, #C9C6DC);