#cfdfdc
a light, soft cyan · cool · closest name: silver
RGB
207, 223, 220
HSL
169°, 20%, 84%
CMYK
7, 0, 1, 13
Luminance
0.7121
Every format
| HEX | #cfdfdc |
| RGB | rgb(207, 223, 220) |
| HSL | hsl(169, 20%, 84%) |
| CMYK | cmyk(7%, 0%, 1%, 13%) |
| LAB | lab(87.6 -5.9 -0.4) |
| LCH | lch(87.6 5.9 183.6) |
| OKLCH | oklch(0.891 0.018 183.5) |
Copy-ready code
/* CSS */
color: #cfdfdc;
background-color: #cfdfdc;
/* Tailwind (arbitrary) */
class="text-[#cfdfdc] bg-[#cfdfdc]"
/* SCSS */
$brand: #cfdfdc;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.863)
/* Android */
Color.parseColor("#cfdfdc")Accessibility — WCAG contrast
Aa
#cfdfdc on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfdc on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue86.3%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow1.3%
Key (black)12.5%
Color previews
#cfdfdc text on a black background
contrast 15.24:1
Card sample
#cfdfdc text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfdc;
Background color
Panel with #cfdfdc background
background-color: #cfdfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfdc; background: linear-gradient(135deg, #cfdfdc, #CFD7DF);