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