#cd8ee2
a light, vivid violet · warm · closest name: plum
RGB
205, 142, 226
HSL
285°, 59%, 72%
CMYK
9, 37, 0, 11
Luminance
0.3782
Every format
| HEX | #cd8ee2 |
| RGB | rgb(205, 142, 226) |
| HSL | hsl(285, 59%, 72%) |
| CMYK | cmyk(9%, 37%, 0%, 11%) |
| LAB | lab(67.9 38.2 -33.3) |
| LCH | lch(67.9 50.7 318.9) |
| OKLCH | oklch(0.739 0.135 317.4) |
Copy-ready code
/* CSS */
color: #cd8ee2;
background-color: #cd8ee2;
/* Tailwind (arbitrary) */
class="text-[#cd8ee2] bg-[#cd8ee2]"
/* SCSS */
$brand: #cd8ee2;
/* SwiftUI */
Color(red: 0.804, green: 0.557, blue: 0.886)
/* Android */
Color.parseColor("#cd8ee2")Accessibility — WCAG contrast
Aa
#cd8ee2 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8ee2 on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green55.7%
Blue88.6%
CMYK percentages
Cyan9.3%
Magenta37.2%
Yellow0.0%
Key (black)11.4%
Color previews
#cd8ee2 text on a black background
contrast 8.56:1
Card sample
#cd8ee2 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8ee2;
Background color
Panel with #cd8ee2 background
background-color: #cd8ee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8ee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 142, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 142, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8ee2; background: linear-gradient(135deg, #cd8ee2, #E28EBF);