#cd8fe3
a light, vivid violet · warm · closest name: plum
RGB
205, 143, 227
HSL
284°, 60%, 73%
CMYK
10, 37, 0, 11
Luminance
0.3817
Every format
| HEX | #cd8fe3 |
| RGB | rgb(205, 143, 227) |
| HSL | hsl(284, 60%, 73%) |
| CMYK | cmyk(10%, 37%, 0%, 11%) |
| LAB | lab(68.2 37.8 -33.5) |
| LCH | lch(68.2 50.5 318.5) |
| OKLCH | oklch(0.741 0.135 316.9) |
Copy-ready code
/* CSS */
color: #cd8fe3;
background-color: #cd8fe3;
/* Tailwind (arbitrary) */
class="text-[#cd8fe3] bg-[#cd8fe3]"
/* SCSS */
$brand: #cd8fe3;
/* SwiftUI */
Color(red: 0.804, green: 0.561, blue: 0.890)
/* Android */
Color.parseColor("#cd8fe3")Accessibility — WCAG contrast
Aa
#cd8fe3 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8fe3 on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.1%
Blue89.0%
CMYK percentages
Cyan9.7%
Magenta37.0%
Yellow0.0%
Key (black)11.0%
Color previews
#cd8fe3 text on a black background
contrast 8.63:1
Card sample
#cd8fe3 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8fe3;
Background color
Panel with #cd8fe3 background
background-color: #cd8fe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8fe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 143, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 143, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8fe3; background: linear-gradient(135deg, #cd8fe3, #E38FC1);