#cdaceb
a light, vivid violet · warm · closest name: plum
RGB
205, 172, 235
HSL
271°, 61%, 80%
CMYK
13, 27, 0, 8
Luminance
0.4848
Every format
| HEX | #cdaceb |
| RGB | rgb(205, 172, 235) |
| HSL | hsl(271, 61%, 80%) |
| CMYK | cmyk(13%, 27%, 0%, 8%) |
| LAB | lab(75.1 23.7 -27.1) |
| LCH | lch(75.1 36.0 311.2) |
| OKLCH | oklch(0.795 0.094 308.2) |
Copy-ready code
/* CSS */
color: #cdaceb;
background-color: #cdaceb;
/* Tailwind (arbitrary) */
class="text-[#cdaceb] bg-[#cdaceb]"
/* SCSS */
$brand: #cdaceb;
/* SwiftUI */
Color(red: 0.804, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#cdaceb")Accessibility — WCAG contrast
Aa
#cdaceb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaceb on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.5%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cdaceb text on a black background
contrast 10.70:1
Card sample
#cdaceb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaceb;
Background color
Panel with #cdaceb background
background-color: #cdaceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaceb; background: linear-gradient(135deg, #cdaceb, #EBACDF);