#cdaadc
a light, soft violet · warm · closest name: plum
RGB
205, 170, 220
HSL
282°, 42%, 77%
CMYK
7, 23, 0, 14
Luminance
0.4690
Every format
| HEX | #cdaadc |
| RGB | rgb(205, 170, 220) |
| HSL | hsl(282, 42%, 77%) |
| CMYK | cmyk(7%, 23%, 0%, 14%) |
| LAB | lab(74.1 21.7 -20.4) |
| LCH | lch(74.1 29.8 316.7) |
| OKLCH | oklch(0.785 0.079 315.7) |
Copy-ready code
/* CSS */
color: #cdaadc;
background-color: #cdaadc;
/* Tailwind (arbitrary) */
class="text-[#cdaadc] bg-[#cdaadc]"
/* SCSS */
$brand: #cdaadc;
/* SwiftUI */
Color(red: 0.804, green: 0.667, blue: 0.863)
/* Android */
Color.parseColor("#cdaadc")Accessibility — WCAG contrast
Aa
#cdaadc on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaadc on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green66.7%
Blue86.3%
CMYK percentages
Cyan6.8%
Magenta22.7%
Yellow0.0%
Key (black)13.7%
Color previews
#cdaadc text on a black background
contrast 10.38:1
Card sample
#cdaadc text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaadc;
Background color
Panel with #cdaadc background
background-color: #cdaadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 170, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 170, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaadc; background: linear-gradient(135deg, #cdaadc, #DCAACA);