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