#cdcfd7
a light, muted blue · warm · closest name: silver
RGB
205, 207, 215
HSL
228°, 11%, 82%
CMYK
5, 4, 0, 16
Luminance
0.6251
Every format
| HEX | #cdcfd7 |
| RGB | rgb(205, 207, 215) |
| HSL | hsl(228, 11%, 82%) |
| CMYK | cmyk(5%, 4%, 0%, 16%) |
| LAB | lab(83.2 0.8 -4.2) |
| LCH | lch(83.2 4.3 280.9) |
| OKLCH | oklch(0.855 0.011 274.9) |
Copy-ready code
/* CSS */
color: #cdcfd7;
background-color: #cdcfd7;
/* Tailwind (arbitrary) */
class="text-[#cdcfd7] bg-[#cdcfd7]"
/* SCSS */
$brand: #cdcfd7;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.843)
/* Android */
Color.parseColor("#cdcfd7")Accessibility — WCAG contrast
Aa
#cdcfd7 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcfd7 on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue84.3%
CMYK percentages
Cyan4.7%
Magenta3.7%
Yellow0.0%
Key (black)15.7%
Color previews
#cdcfd7 text on a black background
contrast 13.50:1
Card sample
#cdcfd7 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcfd7;
Background color
Panel with #cdcfd7 background
background-color: #cdcfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcfd7; background: linear-gradient(135deg, #cdcfd7, #D2CDD7);