#cd5bfd
a light, electric violet · warm · closest name: magenta
RGB
205, 91, 253
HSL
282°, 98%, 68%
CMYK
19, 64, 0, 1
Luminance
0.2755
Every format
| HEX | #cd5bfd |
| RGB | rgb(205, 91, 253) |
| HSL | hsl(282, 98%, 68%) |
| CMYK | cmyk(19%, 64%, 0%, 1%) |
| LAB | lab(59.5 69.0 -61.5) |
| LCH | lch(59.5 92.4 318.3) |
| OKLCH | oklch(0.681 0.241 314.3) |
Copy-ready code
/* CSS */
color: #cd5bfd;
background-color: #cd5bfd;
/* Tailwind (arbitrary) */
class="text-[#cd5bfd] bg-[#cd5bfd]"
/* SCSS */
$brand: #cd5bfd;
/* SwiftUI */
Color(red: 0.804, green: 0.357, blue: 0.992)
/* Android */
Color.parseColor("#cd5bfd")Accessibility — WCAG contrast
Aa
#cd5bfd on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5bfd on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green35.7%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta64.0%
Yellow0.0%
Key (black)0.8%
Color previews
#cd5bfd text on a black background
contrast 6.51:1
Card sample
#cd5bfd text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5bfd;
Background color
Panel with #cd5bfd background
background-color: #cd5bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 91, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 91, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5bfd; background: linear-gradient(135deg, #cd5bfd, #FD5BC1);