#cfcfd5
a light, muted gray · warm · closest name: silver
RGB
207, 207, 213
HSL
240°, 7%, 82%
CMYK
3, 3, 0, 17
Luminance
0.6270
Every format
| HEX | #cfcfd5 |
| RGB | rgb(207, 207, 213) |
| HSL | hsl(240, 7%, 82%) |
| CMYK | cmyk(3%, 3%, 0%, 17%) |
| LAB | lab(83.3 1.1 -3.0) |
| LCH | lch(83.3 3.2 290.5) |
| OKLCH | oklch(0.856 0.008 286.2) |
Copy-ready code
/* CSS */
color: #cfcfd5;
background-color: #cfcfd5;
/* Tailwind (arbitrary) */
class="text-[#cfcfd5] bg-[#cfcfd5]"
/* SCSS */
$brand: #cfcfd5;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.835)
/* Android */
Color.parseColor("#cfcfd5")Accessibility — WCAG contrast
Aa
#cfcfd5 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcfd5 on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue83.5%
CMYK percentages
Cyan2.8%
Magenta2.8%
Yellow0.0%
Key (black)16.5%
Color previews
#cfcfd5 text on a black background
contrast 13.54:1
Card sample
#cfcfd5 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcfd5;
Background color
Panel with #cfcfd5 background
background-color: #cfcfd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcfd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcfd5; background: linear-gradient(135deg, #cfcfd5, #D3CFD5);