#cdcfd0
a light, muted gray · cool · closest name: silver
RGB
205, 207, 208
HSL
200°, 3%, 81%
CMYK
1, 1, 0, 18
Luminance
0.6216
Every format
| HEX | #cdcfd0 |
| RGB | rgb(205, 207, 208) |
| HSL | hsl(200, 3%, 81%) |
| CMYK | cmyk(1%, 1%, 0%, 18%) |
| LAB | lab(83.0 -0.5 -0.7) |
| LCH | lch(83.0 0.9 236.0) |
| OKLCH | oklch(0.853 0.003 228.8) |
Copy-ready code
/* CSS */
color: #cdcfd0;
background-color: #cdcfd0;
/* Tailwind (arbitrary) */
class="text-[#cdcfd0] bg-[#cdcfd0]"
/* SCSS */
$brand: #cdcfd0;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.816)
/* Android */
Color.parseColor("#cdcfd0")Accessibility — WCAG contrast
Aa
#cdcfd0 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcfd0 on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue81.6%
CMYK percentages
Cyan1.4%
Magenta0.5%
Yellow0.0%
Key (black)18.4%
Color previews
#cdcfd0 text on a black background
contrast 13.43:1
Card sample
#cdcfd0 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcfd0;
Background color
Panel with #cdcfd0 background
background-color: #cdcfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcfd0; background: linear-gradient(135deg, #cdcfd0, #CDCDD0);