#cdaacf
a light, soft magenta / pink · warm · closest name: plum
RGB
205, 170, 207
HSL
297°, 28%, 74%
CMYK
1, 18, 0, 19
Luminance
0.4623
Every format
| HEX | #cdaacf |
| RGB | rgb(205, 170, 207) |
| HSL | hsl(297, 28%, 74%) |
| CMYK | cmyk(1%, 18%, 0%, 19%) |
| LAB | lab(73.7 19.2 -14.0) |
| LCH | lch(73.7 23.7 323.9) |
| OKLCH | oklch(0.781 0.065 324.5) |
Copy-ready code
/* CSS */
color: #cdaacf;
background-color: #cdaacf;
/* Tailwind (arbitrary) */
class="text-[#cdaacf] bg-[#cdaacf]"
/* SCSS */
$brand: #cdaacf;
/* SwiftUI */
Color(red: 0.804, green: 0.667, blue: 0.812)
/* Android */
Color.parseColor("#cdaacf")Accessibility — WCAG contrast
Aa
#cdaacf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaacf on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green66.7%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta17.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cdaacf text on a black background
contrast 10.25:1
Card sample
#cdaacf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaacf;
Background color
Panel with #cdaacf background
background-color: #cdaacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 170, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 170, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaacf; background: linear-gradient(135deg, #cdaacf, #CFAAB8);