#cd5ffd
a light, electric violet · warm · closest name: violet
RGB
205, 95, 253
HSL
282°, 98%, 68%
CMYK
19, 63, 0, 1
Luminance
0.2826
Every format
| HEX | #cd5ffd |
| RGB | rgb(205, 95, 253) |
| HSL | hsl(282, 98%, 68%) |
| CMYK | cmyk(19%, 63%, 0%, 1%) |
| LAB | lab(60.1 67.3 -60.5) |
| LCH | lch(60.1 90.5 318.1) |
| OKLCH | oklch(0.685 0.236 314.0) |
Copy-ready code
/* CSS */
color: #cd5ffd;
background-color: #cd5ffd;
/* Tailwind (arbitrary) */
class="text-[#cd5ffd] bg-[#cd5ffd]"
/* SCSS */
$brand: #cd5ffd;
/* SwiftUI */
Color(red: 0.804, green: 0.373, blue: 0.992)
/* Android */
Color.parseColor("#cd5ffd")Accessibility — WCAG contrast
Aa
#cd5ffd on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5ffd on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green37.3%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta62.5%
Yellow0.0%
Key (black)0.8%
Color previews
#cd5ffd text on a black background
contrast 6.65:1
Card sample
#cd5ffd text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5ffd;
Background color
Panel with #cd5ffd background
background-color: #cd5ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 95, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 95, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5ffd; background: linear-gradient(135deg, #cd5ffd, #FD5FC4);