#cdcfd3
a light, muted gray · cool · closest name: silver
RGB
205, 207, 211
HSL
220°, 6%, 82%
CMYK
3, 2, 0, 17
Luminance
0.6231
Every format
| HEX | #cdcfd3 |
| RGB | rgb(205, 207, 211) |
| HSL | hsl(220, 6%, 82%) |
| CMYK | cmyk(3%, 2%, 0%, 17%) |
| LAB | lab(83.1 0.1 -2.2) |
| LCH | lch(83.1 2.2 271.5) |
| OKLCH | oklch(0.854 0.006 264.5) |
Copy-ready code
/* CSS */
color: #cdcfd3;
background-color: #cdcfd3;
/* Tailwind (arbitrary) */
class="text-[#cdcfd3] bg-[#cdcfd3]"
/* SCSS */
$brand: #cdcfd3;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#cdcfd3")Accessibility — WCAG contrast
Aa
#cdcfd3 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcfd3 on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue82.7%
CMYK percentages
Cyan2.8%
Magenta1.9%
Yellow0.0%
Key (black)17.3%
Color previews
#cdcfd3 text on a black background
contrast 13.46:1
Card sample
#cdcfd3 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcfd3;
Background color
Panel with #cdcfd3 background
background-color: #cdcfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcfd3; background: linear-gradient(135deg, #cdcfd3, #CFCDD3);