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