#cfdbda
a light, muted cyan · cool · closest name: silver
RGB
207, 219, 218
HSL
175°, 14%, 84%
CMYK
6, 0, 1, 14
Luminance
0.6899
Every format
| HEX | #cfdbda |
| RGB | rgb(207, 219, 218) |
| HSL | hsl(175, 14%, 84%) |
| CMYK | cmyk(6%, 0%, 1%, 14%) |
| LAB | lab(86.5 -4.2 -0.9) |
| LCH | lch(86.5 4.3 192.1) |
| OKLCH | oklch(0.882 0.013 190.9) |
Copy-ready code
/* CSS */
color: #cfdbda;
background-color: #cfdbda;
/* Tailwind (arbitrary) */
class="text-[#cfdbda] bg-[#cfdbda]"
/* SCSS */
$brand: #cfdbda;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.855)
/* Android */
Color.parseColor("#cfdbda")Accessibility — WCAG contrast
Aa
#cfdbda on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdbda on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue85.5%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow0.5%
Key (black)14.1%
Color previews
#cfdbda text on a black background
contrast 14.80:1
Card sample
#cfdbda text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdbda;
Background color
Panel with #cfdbda background
background-color: #cfdbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdbda; background: linear-gradient(135deg, #cfdbda, #CFD4DB);