#cdc5ee
a pale, vivid blue · warm · closest name: lavender
RGB
205, 197, 238
HSL
252°, 55%, 85%
CMYK
14, 17, 0, 7
Luminance
0.5908
Every format
| HEX | #cdc5ee |
| RGB | rgb(205, 197, 238) |
| HSL | hsl(252, 55%, 85%) |
| CMYK | cmyk(14%, 17%, 0%, 7%) |
| LAB | lab(81.3 10.7 -19.2) |
| LCH | lch(81.3 22.0 299.1) |
| OKLCH | oklch(0.843 0.057 294.1) |
Copy-ready code
/* CSS */
color: #cdc5ee;
background-color: #cdc5ee;
/* Tailwind (arbitrary) */
class="text-[#cdc5ee] bg-[#cdc5ee]"
/* SCSS */
$brand: #cdc5ee;
/* SwiftUI */
Color(red: 0.804, green: 0.773, blue: 0.933)
/* Android */
Color.parseColor("#cdc5ee")Accessibility — WCAG contrast
Aa
#cdc5ee on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc5ee on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green77.3%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta17.2%
Yellow0.0%
Key (black)6.7%
Color previews
#cdc5ee text on a black background
contrast 12.82:1
Card sample
#cdc5ee text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc5ee;
Background color
Panel with #cdc5ee background
background-color: #cdc5ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc5ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 197, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 197, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc5ee; background: linear-gradient(135deg, #cdc5ee, #E8C5EE);