#cd83ff
a light, electric violet · warm · closest name: violet
RGB
205, 131, 255
HSL
276°, 100%, 76%
CMYK
20, 49, 0, 0
Luminance
0.3643
Every format
| HEX | #cd83ff |
| RGB | rgb(205, 131, 255) |
| HSL | hsl(276, 100%, 76%) |
| CMYK | cmyk(20%, 49%, 0%, 0%) |
| LAB | lab(66.8 50.1 -50.9) |
| LCH | lch(66.8 71.4 314.6) |
| OKLCH | oklch(0.735 0.186 310.1) |
Copy-ready code
/* CSS */
color: #cd83ff;
background-color: #cd83ff;
/* Tailwind (arbitrary) */
class="text-[#cd83ff] bg-[#cd83ff]"
/* SCSS */
$brand: #cd83ff;
/* SwiftUI */
Color(red: 0.804, green: 0.514, blue: 1.000)
/* Android */
Color.parseColor("#cd83ff")Accessibility — WCAG contrast
Aa
#cd83ff on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd83ff on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green51.4%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta48.6%
Yellow0.0%
Key (black)0.0%
Color previews
#cd83ff text on a black background
contrast 8.29:1
Card sample
#cd83ff text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd83ff;
Background color
Panel with #cd83ff background
background-color: #cd83ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd83ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 131, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 131, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd83ff; background: linear-gradient(135deg, #cd83ff, #FF83DE);