#cd8fdf
a light, vivid violet · warm · closest name: plum
RGB
205, 143, 223
HSL
287°, 56%, 72%
CMYK
8, 36, 0, 13
Luminance
0.3795
Every format
| HEX | #cd8fdf |
| RGB | rgb(205, 143, 223) |
| HSL | hsl(287, 56%, 72%) |
| CMYK | cmyk(8%, 36%, 0%, 13%) |
| LAB | lab(68.0 37.0 -31.5) |
| LCH | lch(68.0 48.6 319.6) |
| OKLCH | oklch(0.739 0.130 318.4) |
Copy-ready code
/* CSS */
color: #cd8fdf;
background-color: #cd8fdf;
/* Tailwind (arbitrary) */
class="text-[#cd8fdf] bg-[#cd8fdf]"
/* SCSS */
$brand: #cd8fdf;
/* SwiftUI */
Color(red: 0.804, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#cd8fdf")Accessibility — WCAG contrast
Aa
#cd8fdf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8fdf on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.1%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#cd8fdf text on a black background
contrast 8.59:1
Card sample
#cd8fdf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8fdf;
Background color
Panel with #cd8fdf background
background-color: #cd8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8fdf; background: linear-gradient(135deg, #cd8fdf, #DF8FBC);