#cfd3dc
a light, soft blue · cool · closest name: silver
RGB
207, 211, 220
HSL
222°, 16%, 84%
CMYK
6, 4, 0, 14
Luminance
0.6502
Every format
| HEX | #cfd3dc |
| RGB | rgb(207, 211, 220) |
| HSL | hsl(222, 16%, 84%) |
| CMYK | cmyk(6%, 4%, 0%, 14%) |
| LAB | lab(84.5 0.3 -4.9) |
| LCH | lch(84.5 4.9 273.8) |
| OKLCH | oklch(0.866 0.013 266.7) |
Copy-ready code
/* CSS */
color: #cfd3dc;
background-color: #cfd3dc;
/* Tailwind (arbitrary) */
class="text-[#cfd3dc] bg-[#cfd3dc]"
/* SCSS */
$brand: #cfd3dc;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.863)
/* Android */
Color.parseColor("#cfd3dc")Accessibility — WCAG contrast
Aa
#cfd3dc on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd3dc on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue86.3%
CMYK percentages
Cyan5.9%
Magenta4.1%
Yellow0.0%
Key (black)13.7%
Color previews
#cfd3dc text on a black background
contrast 14.00:1
Card sample
#cfd3dc text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd3dc;
Background color
Panel with #cfd3dc background
background-color: #cfd3dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd3dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd3dc; background: linear-gradient(135deg, #cfd3dc, #D4CFDC);