#cdacda
a light, soft violet · warm · closest name: plum
RGB
205, 172, 218
HSL
283°, 38%, 77%
CMYK
6, 21, 0, 15
Luminance
0.4755
Every format
| HEX | #cdacda |
| RGB | rgb(205, 172, 218) |
| HSL | hsl(283, 38%, 77%) |
| CMYK | cmyk(6%, 21%, 0%, 15%) |
| LAB | lab(74.5 20.2 -18.7) |
| LCH | lch(74.5 27.6 317.2) |
| OKLCH | oklch(0.788 0.073 316.4) |
Copy-ready code
/* CSS */
color: #cdacda;
background-color: #cdacda;
/* Tailwind (arbitrary) */
class="text-[#cdacda] bg-[#cdacda]"
/* SCSS */
$brand: #cdacda;
/* SwiftUI */
Color(red: 0.804, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#cdacda")Accessibility — WCAG contrast
Aa
#cdacda on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdacda on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.5%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta21.1%
Yellow0.0%
Key (black)14.5%
Color previews
#cdacda text on a black background
contrast 10.51:1
Card sample
#cdacda text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdacda;
Background color
Panel with #cdacda background
background-color: #cdacda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdacda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdacda; background: linear-gradient(135deg, #cdacda, #DAACC8);