#cdc8eb
a pale, vivid blue · warm · closest name: lavender
RGB
205, 200, 235
HSL
249°, 47%, 85%
CMYK
13, 15, 0, 8
Luminance
0.6029
Every format
| HEX | #cdc8eb |
| RGB | rgb(205, 200, 235) |
| HSL | hsl(249, 47%, 85%) |
| CMYK | cmyk(13%, 15%, 0%, 8%) |
| LAB | lab(82.0 8.5 -16.6) |
| LCH | lch(82.0 18.7 297.0) |
| OKLCH | oklch(0.848 0.049 291.9) |
Copy-ready code
/* CSS */
color: #cdc8eb;
background-color: #cdc8eb;
/* Tailwind (arbitrary) */
class="text-[#cdc8eb] bg-[#cdc8eb]"
/* SCSS */
$brand: #cdc8eb;
/* SwiftUI */
Color(red: 0.804, green: 0.784, blue: 0.922)
/* Android */
Color.parseColor("#cdc8eb")Accessibility — WCAG contrast
Aa
#cdc8eb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc8eb on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green78.4%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta14.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cdc8eb text on a black background
contrast 13.06:1
Card sample
#cdc8eb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc8eb;
Background color
Panel with #cdc8eb background
background-color: #cdc8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 200, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 200, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc8eb; background: linear-gradient(135deg, #cdc8eb, #E4C8EB);