#cdc9eb
a pale, vivid blue · warm · closest name: lavender
RGB
205, 201, 235
HSL
247°, 46%, 86%
CMYK
13, 15, 0, 8
Luminance
0.6075
Every format
| HEX | #cdc9eb |
| RGB | rgb(205, 201, 235) |
| HSL | hsl(247, 46%, 86%) |
| CMYK | cmyk(13%, 15%, 0%, 8%) |
| LAB | lab(82.2 8.0 -16.3) |
| LCH | lch(82.2 18.1 296.0) |
| OKLCH | oklch(0.850 0.047 290.8) |
Copy-ready code
/* CSS */
color: #cdc9eb;
background-color: #cdc9eb;
/* Tailwind (arbitrary) */
class="text-[#cdc9eb] bg-[#cdc9eb]"
/* SCSS */
$brand: #cdc9eb;
/* SwiftUI */
Color(red: 0.804, green: 0.788, blue: 0.922)
/* Android */
Color.parseColor("#cdc9eb")Accessibility — WCAG contrast
Aa
#cdc9eb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc9eb on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green78.8%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta14.5%
Yellow0.0%
Key (black)7.8%
Color previews
#cdc9eb text on a black background
contrast 13.15:1
Card sample
#cdc9eb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc9eb;
Background color
Panel with #cdc9eb background
background-color: #cdc9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 201, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 201, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc9eb; background: linear-gradient(135deg, #cdc9eb, #E4C9EB);