#cfd8da
a light, muted cyan · cool · closest name: silver
RGB
207, 216, 218
HSL
191°, 13%, 83%
CMYK
5, 1, 0, 15
Luminance
0.6744
Every format
| HEX | #cfd8da |
| RGB | rgb(207, 216, 218) |
| HSL | hsl(191, 13%, 83%) |
| CMYK | cmyk(5%, 1%, 0%, 15%) |
| LAB | lab(85.7 -2.7 -2.0) |
| LCH | lch(85.7 3.4 217.5) |
| OKLCH | oklch(0.876 0.010 212.5) |
Copy-ready code
/* CSS */
color: #cfd8da;
background-color: #cfd8da;
/* Tailwind (arbitrary) */
class="text-[#cfd8da] bg-[#cfd8da]"
/* SCSS */
$brand: #cfd8da;
/* SwiftUI */
Color(red: 0.812, green: 0.847, blue: 0.855)
/* Android */
Color.parseColor("#cfd8da")Accessibility — WCAG contrast
Aa
#cfd8da on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd8da on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.7%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta0.9%
Yellow0.0%
Key (black)14.5%
Color previews
#cfd8da text on a black background
contrast 14.49:1
Card sample
#cfd8da text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd8da;
Background color
Panel with #cfd8da background
background-color: #cfd8da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd8da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 216, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 216, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd8da; background: linear-gradient(135deg, #cfd8da, #CFD1DA);