#cdaacb
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 170, 203
HSL
303°, 26%, 74%
CMYK
0, 17, 1, 20
Luminance
0.4604
Every format
| HEX | #cdaacb |
| RGB | rgb(205, 170, 203) |
| HSL | hsl(303, 26%, 74%) |
| CMYK | cmyk(0%, 17%, 1%, 20%) |
| LAB | lab(73.6 18.4 -12.0) |
| LCH | lch(73.6 22.0 327.0) |
| OKLCH | oklch(0.779 0.060 328.0) |
Copy-ready code
/* CSS */
color: #cdaacb;
background-color: #cdaacb;
/* Tailwind (arbitrary) */
class="text-[#cdaacb] bg-[#cdaacb]"
/* SCSS */
$brand: #cdaacb;
/* SwiftUI */
Color(red: 0.804, green: 0.667, blue: 0.796)
/* Android */
Color.parseColor("#cdaacb")Accessibility — WCAG contrast
Aa
#cdaacb on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaacb on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green66.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow1.0%
Key (black)19.6%
Color previews
#cdaacb text on a black background
contrast 10.21:1
Card sample
#cdaacb text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaacb;
Background color
Panel with #cdaacb background
background-color: #cdaacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 170, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 170, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaacb; background: linear-gradient(135deg, #cdaacb, #CDAAB4);