#cd82df
a light, vivid violet · warm · closest name: orchid
RGB
205, 130, 223
HSL
288°, 59%, 69%
CMYK
8, 42, 0, 13
Luminance
0.3427
Every format
| HEX | #cd82df |
| RGB | rgb(205, 130, 223) |
| HSL | hsl(288, 59%, 69%) |
| CMYK | cmyk(8%, 42%, 0%, 13%) |
| LAB | lab(65.2 44.0 -35.9) |
| LCH | lch(65.2 56.8 320.8) |
| OKLCH | oklch(0.718 0.152 319.7) |
Copy-ready code
/* CSS */
color: #cd82df;
background-color: #cd82df;
/* Tailwind (arbitrary) */
class="text-[#cd82df] bg-[#cd82df]"
/* SCSS */
$brand: #cd82df;
/* SwiftUI */
Color(red: 0.804, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#cd82df")Accessibility — WCAG contrast
Aa
#cd82df on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd82df on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green51.0%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta41.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cd82df text on a black background
contrast 7.85:1
Card sample
#cd82df text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd82df;
Background color
Panel with #cd82df background
background-color: #cd82df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd82df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd82df; background: linear-gradient(135deg, #cd82df, #DF82B3);