#cd5dfe
a light, electric violet · warm · closest name: violet
RGB
205, 93, 254
HSL
282°, 99%, 68%
CMYK
19, 63, 0, 0
Luminance
0.2796
Every format
| HEX | #cd5dfe |
| RGB | rgb(205, 93, 254) |
| HSL | hsl(282, 99%, 68%) |
| CMYK | cmyk(19%, 63%, 0%, 0%) |
| LAB | lab(59.9 68.3 -61.4) |
| LCH | lch(59.9 91.9 318.0) |
| OKLCH | oklch(0.684 0.240 313.9) |
Copy-ready code
/* CSS */
color: #cd5dfe;
background-color: #cd5dfe;
/* Tailwind (arbitrary) */
class="text-[#cd5dfe] bg-[#cd5dfe]"
/* SCSS */
$brand: #cd5dfe;
/* SwiftUI */
Color(red: 0.804, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#cd5dfe")Accessibility — WCAG contrast
Aa
#cd5dfe on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5dfe on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green36.5%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#cd5dfe text on a black background
contrast 6.59:1
Card sample
#cd5dfe text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5dfe;
Background color
Panel with #cd5dfe background
background-color: #cd5dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5dfe; background: linear-gradient(135deg, #cd5dfe, #FE5DC4);