#cdccda
a light, soft blue · warm · closest name: silver
RGB
205, 204, 218
HSL
244°, 16%, 83%
CMYK
6, 6, 0, 15
Luminance
0.6123
Every format
| HEX | #cdccda |
| RGB | rgb(205, 204, 218) |
| HSL | hsl(244, 16%, 83%) |
| CMYK | cmyk(6%, 6%, 0%, 15%) |
| LAB | lab(82.5 3.0 -6.8) |
| LCH | lch(82.5 7.4 293.6) |
| OKLCH | oklch(0.850 0.019 289.3) |
Copy-ready code
/* CSS */
color: #cdccda;
background-color: #cdccda;
/* Tailwind (arbitrary) */
class="text-[#cdccda] bg-[#cdccda]"
/* SCSS */
$brand: #cdccda;
/* SwiftUI */
Color(red: 0.804, green: 0.800, blue: 0.855)
/* Android */
Color.parseColor("#cdccda")Accessibility — WCAG contrast
Aa
#cdccda on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdccda on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.0%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta6.4%
Yellow0.0%
Key (black)14.5%
Color previews
#cdccda text on a black background
contrast 13.25:1
Card sample
#cdccda text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdccda;
Background color
Panel with #cdccda background
background-color: #cdccda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdccda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 204, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 204, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdccda; background: linear-gradient(135deg, #cdccda, #D6CCDA);