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