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