#cfd7dc
a light, soft blue · cool · closest name: silver
RGB
207, 215, 220
HSL
203°, 16%, 84%
CMYK
6, 2, 0, 14
Luminance
0.6703
Every format
| HEX | #cfd7dc |
| RGB | rgb(207, 215, 220) |
| HSL | hsl(203, 16%, 84%) |
| CMYK | cmyk(6%, 2%, 0%, 14%) |
| LAB | lab(85.5 -1.8 -3.4) |
| LCH | lch(85.5 3.8 242.6) |
| OKLCH | oklch(0.875 0.011 234.8) |
Copy-ready code
/* CSS */
color: #cfd7dc;
background-color: #cfd7dc;
/* Tailwind (arbitrary) */
class="text-[#cfd7dc] bg-[#cfd7dc]"
/* SCSS */
$brand: #cfd7dc;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.863)
/* Android */
Color.parseColor("#cfd7dc")Accessibility — WCAG contrast
Aa
#cfd7dc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd7dc on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue86.3%
CMYK percentages
Cyan5.9%
Magenta2.3%
Yellow0.0%
Key (black)13.7%
Color previews
#cfd7dc text on a black background
contrast 14.41:1
Card sample
#cfd7dc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd7dc;
Background color
Panel with #cfd7dc background
background-color: #cfd7dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd7dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd7dc; background: linear-gradient(135deg, #cfd7dc, #D0CFDC);