#cd83dc
a light, vivid violet · warm · closest name: orchid
RGB
205, 131, 220
HSL
290°, 56%, 69%
CMYK
7, 41, 0, 14
Luminance
0.3438
Every format
| HEX | #cd83dc |
| RGB | rgb(205, 131, 220) |
| HSL | hsl(290, 56%, 69%) |
| CMYK | cmyk(7%, 41%, 0%, 14%) |
| LAB | lab(65.3 42.9 -34.0) |
| LCH | lch(65.3 54.8 321.6) |
| OKLCH | oklch(0.718 0.148 320.7) |
Copy-ready code
/* CSS */
color: #cd83dc;
background-color: #cd83dc;
/* Tailwind (arbitrary) */
class="text-[#cd83dc] bg-[#cd83dc]"
/* SCSS */
$brand: #cd83dc;
/* SwiftUI */
Color(red: 0.804, green: 0.514, blue: 0.863)
/* Android */
Color.parseColor("#cd83dc")Accessibility — WCAG contrast
Aa
#cd83dc on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd83dc on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green51.4%
Blue86.3%
CMYK percentages
Cyan6.8%
Magenta40.5%
Yellow0.0%
Key (black)13.7%
Color previews
#cd83dc text on a black background
contrast 7.88:1
Card sample
#cd83dc text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd83dc;
Background color
Panel with #cd83dc background
background-color: #cd83dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd83dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 131, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 131, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd83dc; background: linear-gradient(135deg, #cd83dc, #DC83B0);