#cdced5
a light, muted blue · warm · closest name: silver
RGB
205, 206, 213
HSL
233°, 9%, 82%
CMYK
4, 3, 0, 17
Luminance
0.6193
Every format
| HEX | #cdced5 |
| RGB | rgb(205, 206, 213) |
| HSL | hsl(233, 9%, 82%) |
| CMYK | cmyk(4%, 3%, 0%, 17%) |
| LAB | lab(82.9 1.0 -3.6) |
| LCH | lch(82.9 3.7 285.0) |
| OKLCH | oklch(0.853 0.010 279.7) |
Copy-ready code
/* CSS */
color: #cdced5;
background-color: #cdced5;
/* Tailwind (arbitrary) */
class="text-[#cdced5] bg-[#cdced5]"
/* SCSS */
$brand: #cdced5;
/* SwiftUI */
Color(red: 0.804, green: 0.808, blue: 0.835)
/* Android */
Color.parseColor("#cdced5")Accessibility — WCAG contrast
Aa
#cdced5 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdced5 on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.8%
Blue83.5%
CMYK percentages
Cyan3.8%
Magenta3.3%
Yellow0.0%
Key (black)16.5%
Color previews
#cdced5 text on a black background
contrast 13.39:1
Card sample
#cdced5 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdced5;
Background color
Panel with #cdced5 background
background-color: #cdced5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdced5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 206, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 206, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdced5; background: linear-gradient(135deg, #cdced5, #D1CDD5);