#cfcfd3
a light, muted gray · warm · closest name: silver
RGB
207, 207, 211
HSL
240°, 4%, 82%
CMYK
2, 2, 0, 17
Luminance
0.6259
Every format
| HEX | #cfcfd3 |
| RGB | rgb(207, 207, 211) |
| HSL | hsl(240, 4%, 82%) |
| CMYK | cmyk(2%, 2%, 0%, 17%) |
| LAB | lab(83.2 0.7 -2.0) |
| LCH | lch(83.2 2.1 290.2) |
| OKLCH | oklch(0.856 0.005 286.3) |
Copy-ready code
/* CSS */
color: #cfcfd3;
background-color: #cfcfd3;
/* Tailwind (arbitrary) */
class="text-[#cfcfd3] bg-[#cfcfd3]"
/* SCSS */
$brand: #cfcfd3;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#cfcfd3")Accessibility — WCAG contrast
Aa
#cfcfd3 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcfd3 on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue82.7%
CMYK percentages
Cyan1.9%
Magenta1.9%
Yellow0.0%
Key (black)17.3%
Color previews
#cfcfd3 text on a black background
contrast 13.52:1
Card sample
#cfcfd3 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcfd3;
Background color
Panel with #cfcfd3 background
background-color: #cfcfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcfd3; background: linear-gradient(135deg, #cfcfd3, #D2CFD3);