#cdadcf
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 173, 207
HSL
297°, 26%, 75%
CMYK
1, 16, 0, 19
Luminance
0.4737
Every format
| HEX | #cdadcf |
| RGB | rgb(205, 173, 207) |
| HSL | hsl(297, 26%, 75%) |
| CMYK | cmyk(1%, 16%, 0%, 19%) |
| LAB | lab(74.4 17.5 -12.9) |
| LCH | lch(74.4 21.8 323.7) |
| OKLCH | oklch(0.786 0.059 324.3) |
Copy-ready code
/* CSS */
color: #cdadcf;
background-color: #cdadcf;
/* Tailwind (arbitrary) */
class="text-[#cdadcf] bg-[#cdadcf]"
/* SCSS */
$brand: #cdadcf;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#cdadcf")Accessibility — WCAG contrast
Aa
#cdadcf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdadcf on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cdadcf text on a black background
contrast 10.47:1
Card sample
#cdadcf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdadcf;
Background color
Panel with #cdadcf background
background-color: #cdadcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdadcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdadcf; background: linear-gradient(135deg, #cdadcf, #CFADBA);