#cdc1eb
a light, vivid violet · warm · closest name: lavender
RGB
205, 193, 235
HSL
257°, 51%, 84%
CMYK
13, 18, 0, 8
Luminance
0.5712
Every format
| HEX | #cdc1eb |
| RGB | rgb(205, 193, 235) |
| HSL | hsl(257, 51%, 84%) |
| CMYK | cmyk(13%, 18%, 0%, 8%) |
| LAB | lab(80.3 12.3 -19.3) |
| LCH | lch(80.3 22.8 302.4) |
| OKLCH | oklch(0.834 0.059 298.2) |
Copy-ready code
/* CSS */
color: #cdc1eb;
background-color: #cdc1eb;
/* Tailwind (arbitrary) */
class="text-[#cdc1eb] bg-[#cdc1eb]"
/* SCSS */
$brand: #cdc1eb;
/* SwiftUI */
Color(red: 0.804, green: 0.757, blue: 0.922)
/* Android */
Color.parseColor("#cdc1eb")Accessibility — WCAG contrast
Aa
#cdc1eb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc1eb on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green75.7%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta17.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cdc1eb text on a black background
contrast 12.42:1
Card sample
#cdc1eb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc1eb;
Background color
Panel with #cdc1eb background
background-color: #cdc1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 193, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 193, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc1eb; background: linear-gradient(135deg, #cdc1eb, #E9C1EB);