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