#c8cfdc
a light, soft blue · cool · closest name: silver
RGB
200, 207, 220
HSL
219°, 22%, 82%
CMYK
9, 6, 0, 14
Luminance
0.6207
Every format
| HEX | #c8cfdc |
| RGB | rgb(200, 207, 220) |
| HSL | hsl(219, 22%, 82%) |
| CMYK | cmyk(9%, 6%, 0%, 14%) |
| LAB | lab(83.0 0.1 -7.2) |
| LCH | lch(83.0 7.2 270.9) |
| OKLCH | oklch(0.853 0.020 263.0) |
Copy-ready code
/* CSS */
color: #c8cfdc;
background-color: #c8cfdc;
/* Tailwind (arbitrary) */
class="text-[#c8cfdc] bg-[#c8cfdc]"
/* SCSS */
$brand: #c8cfdc;
/* SwiftUI */
Color(red: 0.784, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#c8cfdc")Accessibility — WCAG contrast
Aa
#c8cfdc on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cfdc on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green81.2%
Blue86.3%
CMYK percentages
Cyan9.1%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#c8cfdc text on a black background
contrast 13.41:1
Card sample
#c8cfdc text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cfdc;
Background color
Panel with #c8cfdc background
background-color: #c8cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cfdc; background: linear-gradient(135deg, #c8cfdc, #CEC8DC);