#cdbaeb
a light, vivid violet · warm · closest name: plum
RGB
205, 186, 235
HSL
263°, 55%, 83%
CMYK
13, 21, 0, 8
Luminance
0.5410
Every format
| HEX | #cdbaeb |
| RGB | rgb(205, 186, 235) |
| HSL | hsl(263, 55%, 83%) |
| CMYK | cmyk(13%, 21%, 0%, 8%) |
| LAB | lab(78.5 16.0 -21.9) |
| LCH | lch(78.5 27.1 306.2) |
| OKLCH | oklch(0.821 0.071 302.6) |
Copy-ready code
/* CSS */
color: #cdbaeb;
background-color: #cdbaeb;
/* Tailwind (arbitrary) */
class="text-[#cdbaeb] bg-[#cdbaeb]"
/* SCSS */
$brand: #cdbaeb;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#cdbaeb")Accessibility — WCAG contrast
Aa
#cdbaeb on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbaeb on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cdbaeb text on a black background
contrast 11.82:1
Card sample
#cdbaeb text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbaeb;
Background color
Panel with #cdbaeb background
background-color: #cdbaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbaeb; background: linear-gradient(135deg, #cdbaeb, #EBBAE8);