#cdcaeb
a pale, vivid blue · warm · closest name: lavender
RGB
205, 202, 235
HSL
246°, 45%, 86%
CMYK
13, 14, 0, 8
Luminance
0.6122
Every format
| HEX | #cdcaeb |
| RGB | rgb(205, 202, 235) |
| HSL | hsl(246, 45%, 86%) |
| CMYK | cmyk(13%, 14%, 0%, 8%) |
| LAB | lab(82.5 7.4 -15.9) |
| LCH | lch(82.5 17.5 295.0) |
| OKLCH | oklch(0.852 0.046 289.6) |
Copy-ready code
/* CSS */
color: #cdcaeb;
background-color: #cdcaeb;
/* Tailwind (arbitrary) */
class="text-[#cdcaeb] bg-[#cdcaeb]"
/* SCSS */
$brand: #cdcaeb;
/* SwiftUI */
Color(red: 0.804, green: 0.792, blue: 0.922)
/* Android */
Color.parseColor("#cdcaeb")Accessibility — WCAG contrast
Aa
#cdcaeb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcaeb on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.2%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta14.0%
Yellow0.0%
Key (black)7.8%
Color previews
#cdcaeb text on a black background
contrast 13.24:1
Card sample
#cdcaeb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcaeb;
Background color
Panel with #cdcaeb background
background-color: #cdcaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 202, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 202, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcaeb; background: linear-gradient(135deg, #cdcaeb, #E3CAEB);