#cdadcd
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 173, 205
HSL
300°, 24%, 74%
CMYK
0, 16, 0, 20
Luminance
0.4727
Every format
| HEX | #cdadcd |
| RGB | rgb(205, 173, 205) |
| HSL | hsl(300, 24%, 74%) |
| CMYK | cmyk(0%, 16%, 0%, 20%) |
| LAB | lab(74.4 17.2 -11.9) |
| LCH | lch(74.4 20.9 325.3) |
| OKLCH | oklch(0.786 0.057 326.1) |
Copy-ready code
/* CSS */
color: #cdadcd;
background-color: #cdadcd;
/* Tailwind (arbitrary) */
class="text-[#cdadcd] bg-[#cdadcd]"
/* SCSS */
$brand: #cdadcd;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#cdadcd")Accessibility — WCAG contrast
Aa
#cdadcd on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdadcd on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#cdadcd text on a black background
contrast 10.45:1
Card sample
#cdadcd text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdadcd;
Background color
Panel with #cdadcd background
background-color: #cdadcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdadcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdadcd; background: linear-gradient(135deg, #cdadcd, #CDADB8);