#cdc7ee
a pale, vivid blue · warm · closest name: lavender
RGB
205, 199, 238
HSL
249°, 53%, 86%
CMYK
14, 16, 0, 7
Luminance
0.6000
Every format
| HEX | #cdc7ee |
| RGB | rgb(205, 199, 238) |
| HSL | hsl(249, 53%, 86%) |
| CMYK | cmyk(14%, 16%, 0%, 7%) |
| LAB | lab(81.8 9.6 -18.5) |
| LCH | lch(81.8 20.8 297.5) |
| OKLCH | oklch(0.847 0.054 292.3) |
Copy-ready code
/* CSS */
color: #cdc7ee;
background-color: #cdc7ee;
/* Tailwind (arbitrary) */
class="text-[#cdc7ee] bg-[#cdc7ee]"
/* SCSS */
$brand: #cdc7ee;
/* SwiftUI */
Color(red: 0.804, green: 0.780, blue: 0.933)
/* Android */
Color.parseColor("#cdc7ee")Accessibility — WCAG contrast
Aa
#cdc7ee on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc7ee on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green78.0%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta16.4%
Yellow0.0%
Key (black)6.7%
Color previews
#cdc7ee text on a black background
contrast 13.00:1
Card sample
#cdc7ee text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc7ee;
Background color
Panel with #cdc7ee background
background-color: #cdc7ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc7ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 199, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 199, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc7ee; background: linear-gradient(135deg, #cdc7ee, #E7C7EE);