#cdc5eb
a light, vivid blue · warm · closest name: lavender
RGB
205, 197, 235
HSL
253°, 49%, 85%
CMYK
13, 16, 0, 8
Luminance
0.5891
Every format
| HEX | #cdc5eb |
| RGB | rgb(205, 197, 235) |
| HSL | hsl(253, 49%, 85%) |
| CMYK | cmyk(13%, 16%, 0%, 8%) |
| LAB | lab(81.2 10.1 -17.8) |
| LCH | lch(81.2 20.4 299.6) |
| OKLCH | oklch(0.842 0.053 294.9) |
Copy-ready code
/* CSS */
color: #cdc5eb;
background-color: #cdc5eb;
/* Tailwind (arbitrary) */
class="text-[#cdc5eb] bg-[#cdc5eb]"
/* SCSS */
$brand: #cdc5eb;
/* SwiftUI */
Color(red: 0.804, green: 0.773, blue: 0.922)
/* Android */
Color.parseColor("#cdc5eb")Accessibility — WCAG contrast
Aa
#cdc5eb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc5eb on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green77.3%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta16.2%
Yellow0.0%
Key (black)7.8%
Color previews
#cdc5eb text on a black background
contrast 12.78:1
Card sample
#cdc5eb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc5eb;
Background color
Panel with #cdc5eb background
background-color: #cdc5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 197, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 197, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc5eb; background: linear-gradient(135deg, #cdc5eb, #E6C5EB);