#cdcddf
a light, soft blue · warm · closest name: lavender
RGB
205, 205, 223
HSL
240°, 22%, 84%
CMYK
8, 8, 0, 13
Luminance
0.6197
Every format
| HEX | #cdcddf |
| RGB | rgb(205, 205, 223) |
| HSL | hsl(240, 22%, 84%) |
| CMYK | cmyk(8%, 8%, 0%, 13%) |
| LAB | lab(82.9 3.4 -8.9) |
| LCH | lch(82.9 9.5 291.0) |
| OKLCH | oklch(0.854 0.025 285.9) |
Copy-ready code
/* CSS */
color: #cdcddf;
background-color: #cdcddf;
/* Tailwind (arbitrary) */
class="text-[#cdcddf] bg-[#cdcddf]"
/* SCSS */
$brand: #cdcddf;
/* SwiftUI */
Color(red: 0.804, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#cdcddf")Accessibility — WCAG contrast
Aa
#cdcddf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcddf on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.4%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cdcddf text on a black background
contrast 13.39:1
Card sample
#cdcddf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcddf;
Background color
Panel with #cdcddf background
background-color: #cdcddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcddf; background: linear-gradient(135deg, #cdcddf, #D9CDDF);