#cdcfd9
a light, muted blue · warm · closest name: silver
RGB
205, 207, 217
HSL
230°, 14%, 83%
CMYK
6, 5, 0, 15
Luminance
0.6261
Every format
| HEX | #cdcfd9 |
| RGB | rgb(205, 207, 217) |
| HSL | hsl(230, 14%, 83%) |
| CMYK | cmyk(6%, 5%, 0%, 15%) |
| LAB | lab(83.2 1.2 -5.2) |
| LCH | lch(83.2 5.3 282.9) |
| OKLCH | oklch(0.856 0.014 277.0) |
Copy-ready code
/* CSS */
color: #cdcfd9;
background-color: #cdcfd9;
/* Tailwind (arbitrary) */
class="text-[#cdcfd9] bg-[#cdcfd9]"
/* SCSS */
$brand: #cdcfd9;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.851)
/* Android */
Color.parseColor("#cdcfd9")Accessibility — WCAG contrast
Aa
#cdcfd9 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcfd9 on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue85.1%
CMYK percentages
Cyan5.5%
Magenta4.6%
Yellow0.0%
Key (black)14.9%
Color previews
#cdcfd9 text on a black background
contrast 13.52:1
Card sample
#cdcfd9 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcfd9;
Background color
Panel with #cdcfd9 background
background-color: #cdcfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcfd9; background: linear-gradient(135deg, #cdcfd9, #D3CDD9);