#cd82fc
a light, electric violet · warm · closest name: violet
RGB
205, 130, 252
HSL
277°, 95%, 75%
CMYK
19, 48, 0, 1
Luminance
0.3597
Every format
| HEX | #cd82fc |
| RGB | rgb(205, 130, 252) |
| HSL | hsl(277, 95%, 75%) |
| CMYK | cmyk(19%, 48%, 0%, 1%) |
| LAB | lab(66.5 50.0 -49.8) |
| LCH | lch(66.5 70.5 315.1) |
| OKLCH | oklch(0.732 0.184 311.0) |
Copy-ready code
/* CSS */
color: #cd82fc;
background-color: #cd82fc;
/* Tailwind (arbitrary) */
class="text-[#cd82fc] bg-[#cd82fc]"
/* SCSS */
$brand: #cd82fc;
/* SwiftUI */
Color(red: 0.804, green: 0.510, blue: 0.988)
/* Android */
Color.parseColor("#cd82fc")Accessibility — WCAG contrast
Aa
#cd82fc on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd82fc on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green51.0%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta48.4%
Yellow0.0%
Key (black)1.2%
Color previews
#cd82fc text on a black background
contrast 8.19:1
Card sample
#cd82fc text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd82fc;
Background color
Panel with #cd82fc background
background-color: #cd82fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd82fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 130, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 130, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd82fc; background: linear-gradient(135deg, #cd82fc, #FC82DA);