#cd6fad
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
205, 111, 173
HSL
320°, 49%, 62%
CMYK
0, 46, 16, 20
Luminance
0.2737
Every format
| HEX | #cd6fad |
| RGB | rgb(205, 111, 173) |
| HSL | hsl(320, 49%, 62%) |
| CMYK | cmyk(0%, 46%, 16%, 20%) |
| LAB | lab(59.3 45.0 -16.6) |
| LCH | lch(59.3 48.0 339.7) |
| OKLCH | oklch(0.667 0.140 341.5) |
Copy-ready code
/* CSS */
color: #cd6fad;
background-color: #cd6fad;
/* Tailwind (arbitrary) */
class="text-[#cd6fad] bg-[#cd6fad]"
/* SCSS */
$brand: #cd6fad;
/* SwiftUI */
Color(red: 0.804, green: 0.435, blue: 0.678)
/* Android */
Color.parseColor("#cd6fad")Accessibility — WCAG contrast
Aa
#cd6fad on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6fad on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow15.6%
Key (black)19.6%
Color previews
#cd6fad text on a black background
contrast 6.47:1
Card sample
#cd6fad text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6fad;
Background color
Panel with #cd6fad background
background-color: #cd6fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 111, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 111, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6fad; background: linear-gradient(135deg, #cd6fad, #CD706F);