#cdcddd
a light, soft blue · warm · closest name: lavender
RGB
205, 205, 221
HSL
240°, 19%, 84%
CMYK
7, 7, 0, 13
Luminance
0.6186
Every format
| HEX | #cdcddd |
| RGB | rgb(205, 205, 221) |
| HSL | hsl(240, 19%, 84%) |
| CMYK | cmyk(7%, 7%, 0%, 13%) |
| LAB | lab(82.8 3.0 -7.9) |
| LCH | lch(82.8 8.5 290.9) |
| OKLCH | oklch(0.853 0.022 285.9) |
Copy-ready code
/* CSS */
color: #cdcddd;
background-color: #cdcddd;
/* Tailwind (arbitrary) */
class="text-[#cdcddd] bg-[#cdcddd]"
/* SCSS */
$brand: #cdcddd;
/* SwiftUI */
Color(red: 0.804, green: 0.804, blue: 0.867)
/* Android */
Color.parseColor("#cdcddd")Accessibility — WCAG contrast
Aa
#cdcddd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcddd on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.4%
Blue86.7%
CMYK percentages
Cyan7.2%
Magenta7.2%
Yellow0.0%
Key (black)13.3%
Color previews
#cdcddd text on a black background
contrast 13.37:1
Card sample
#cdcddd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcddd;
Background color
Panel with #cdcddd background
background-color: #cdcddd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcddd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 205, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 205, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcddd; background: linear-gradient(135deg, #cdcddd, #D8CDDD);