#cfd2da
a light, muted blue · cool · closest name: silver
RGB
207, 210, 218
HSL
224°, 13%, 83%
CMYK
5, 4, 0, 15
Luminance
0.6442
Every format
| HEX | #cfd2da |
| RGB | rgb(207, 210, 218) |
| HSL | hsl(224, 13%, 83%) |
| CMYK | cmyk(5%, 4%, 0%, 15%) |
| LAB | lab(84.2 0.5 -4.3) |
| LCH | lch(84.2 4.3 276.2) |
| OKLCH | oklch(0.864 0.011 269.5) |
Copy-ready code
/* CSS */
color: #cfd2da;
background-color: #cfd2da;
/* Tailwind (arbitrary) */
class="text-[#cfd2da] bg-[#cfd2da]"
/* SCSS */
$brand: #cfd2da;
/* SwiftUI */
Color(red: 0.812, green: 0.824, blue: 0.855)
/* Android */
Color.parseColor("#cfd2da")Accessibility — WCAG contrast
Aa
#cfd2da on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd2da on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.4%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta3.7%
Yellow0.0%
Key (black)14.5%
Color previews
#cfd2da text on a black background
contrast 13.88:1
Card sample
#cfd2da text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd2da;
Background color
Panel with #cfd2da background
background-color: #cfd2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 210, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 210, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd2da; background: linear-gradient(135deg, #cfd2da, #D3CFDA);