#cd82fe
a light, electric violet · warm · closest name: violet
RGB
205, 130, 254
HSL
276°, 98%, 75%
CMYK
19, 49, 0, 0
Luminance
0.3610
Every format
| HEX | #cd82fe |
| RGB | rgb(205, 130, 254) |
| HSL | hsl(276, 98%, 75%) |
| CMYK | cmyk(19%, 49%, 0%, 0%) |
| LAB | lab(66.6 50.4 -50.7) |
| LCH | lch(66.6 71.5 314.8) |
| OKLCH | oklch(0.733 0.186 310.5) |
Copy-ready code
/* CSS */
color: #cd82fe;
background-color: #cd82fe;
/* Tailwind (arbitrary) */
class="text-[#cd82fe] bg-[#cd82fe]"
/* SCSS */
$brand: #cd82fe;
/* SwiftUI */
Color(red: 0.804, green: 0.510, blue: 0.996)
/* Android */
Color.parseColor("#cd82fe")Accessibility — WCAG contrast
Aa
#cd82fe on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd82fe on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green51.0%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta48.8%
Yellow0.0%
Key (black)0.4%
Color previews
#cd82fe text on a black background
contrast 8.22:1
Card sample
#cd82fe text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd82fe;
Background color
Panel with #cd82fe background
background-color: #cd82fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd82fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 130, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 130, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd82fe; background: linear-gradient(135deg, #cd82fe, #FE82DC);