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