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