#cd83eb
a light, vivid violet · warm · closest name: violet
RGB
205, 131, 235
HSL
283°, 72%, 72%
CMYK
13, 44, 0, 8
Luminance
0.3521
Every format
| HEX | #cd83eb |
| RGB | rgb(205, 131, 235) |
| HSL | hsl(283, 72%, 72%) |
| CMYK | cmyk(13%, 44%, 0%, 8%) |
| LAB | lab(65.9 45.9 -41.4) |
| LCH | lch(65.9 61.8 318.0) |
| OKLCH | oklch(0.725 0.164 315.6) |
Copy-ready code
/* CSS */
color: #cd83eb;
background-color: #cd83eb;
/* Tailwind (arbitrary) */
class="text-[#cd83eb] bg-[#cd83eb]"
/* SCSS */
$brand: #cd83eb;
/* SwiftUI */
Color(red: 0.804, green: 0.514, blue: 0.922)
/* Android */
Color.parseColor("#cd83eb")Accessibility — WCAG contrast
Aa
#cd83eb on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd83eb on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green51.4%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta44.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cd83eb text on a black background
contrast 8.04:1
Card sample
#cd83eb text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd83eb;
Background color
Panel with #cd83eb background
background-color: #cd83eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd83eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 131, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 131, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd83eb; background: linear-gradient(135deg, #cd83eb, #EB83C4);