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