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