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