#cdaaeb
a light, vivid violet · warm · closest name: plum
RGB
205, 170, 235
HSL
272°, 62%, 79%
CMYK
13, 28, 0, 8
Luminance
0.4773
Every format
| HEX | #cdaaeb |
| RGB | rgb(205, 170, 235) |
| HSL | hsl(272, 62%, 79%) |
| CMYK | cmyk(13%, 28%, 0%, 8%) |
| LAB | lab(74.7 24.8 -27.8) |
| LCH | lch(74.7 37.2 311.7) |
| OKLCH | oklch(0.791 0.098 308.8) |
Copy-ready code
/* CSS */
color: #cdaaeb;
background-color: #cdaaeb;
/* Tailwind (arbitrary) */
class="text-[#cdaaeb] bg-[#cdaaeb]"
/* SCSS */
$brand: #cdaaeb;
/* SwiftUI */
Color(red: 0.804, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#cdaaeb")Accessibility — WCAG contrast
Aa
#cdaaeb on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaaeb on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green66.7%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta27.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cdaaeb text on a black background
contrast 10.55:1
Card sample
#cdaaeb text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaaeb;
Background color
Panel with #cdaaeb background
background-color: #cdaaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaaeb; background: linear-gradient(135deg, #cdaaeb, #EBAADE);