#cfd4da
a light, muted blue · cool · closest name: silver
RGB
207, 212, 218
HSL
213°, 13%, 83%
CMYK
5, 3, 0, 15
Luminance
0.6541
Every format
| HEX | #cfd4da |
| RGB | rgb(207, 212, 218) |
| HSL | hsl(213, 13%, 83%) |
| CMYK | cmyk(5%, 3%, 0%, 15%) |
| LAB | lab(84.7 -0.6 -3.5) |
| LCH | lch(84.7 3.6 260.9) |
| OKLCH | oklch(0.868 0.010 252.8) |
Copy-ready code
/* CSS */
color: #cfd4da;
background-color: #cfd4da;
/* Tailwind (arbitrary) */
class="text-[#cfd4da] bg-[#cfd4da]"
/* SCSS */
$brand: #cfd4da;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.855)
/* Android */
Color.parseColor("#cfd4da")Accessibility — WCAG contrast
Aa
#cfd4da on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd4da on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta2.8%
Yellow0.0%
Key (black)14.5%
Color previews
#cfd4da text on a black background
contrast 14.08:1
Card sample
#cfd4da text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd4da;
Background color
Panel with #cfd4da background
background-color: #cfd4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd4da; background: linear-gradient(135deg, #cfd4da, #D1CFDA);