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