#cdc0eb
a light, vivid violet · warm · closest name: lavender
RGB
205, 192, 235
HSL
258°, 52%, 84%
CMYK
13, 18, 0, 8
Luminance
0.5668
Every format
| HEX | #cdc0eb |
| RGB | rgb(205, 192, 235) |
| HSL | hsl(258, 52%, 84%) |
| CMYK | cmyk(13%, 18%, 0%, 8%) |
| LAB | lab(80.0 12.8 -19.7) |
| LCH | lch(80.0 23.4 303.0) |
| OKLCH | oklch(0.832 0.061 298.9) |
Copy-ready code
/* CSS */
color: #cdc0eb;
background-color: #cdc0eb;
/* Tailwind (arbitrary) */
class="text-[#cdc0eb] bg-[#cdc0eb]"
/* SCSS */
$brand: #cdc0eb;
/* SwiftUI */
Color(red: 0.804, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#cdc0eb")Accessibility — WCAG contrast
Aa
#cdc0eb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc0eb on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green75.3%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cdc0eb text on a black background
contrast 12.34:1
Card sample
#cdc0eb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc0eb;
Background color
Panel with #cdc0eb background
background-color: #cdc0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc0eb; background: linear-gradient(135deg, #cdc0eb, #EAC0EB);