#cd5bfc
a light, electric violet · warm · closest name: violet
RGB
205, 91, 252
HSL
283°, 96%, 67%
CMYK
19, 64, 0, 1
Luminance
0.2749
Every format
| HEX | #cd5bfc |
| RGB | rgb(205, 91, 252) |
| HSL | hsl(283, 96%, 67%) |
| CMYK | cmyk(19%, 64%, 0%, 1%) |
| LAB | lab(59.4 68.8 -61.0) |
| LCH | lch(59.4 92.0 318.4) |
| OKLCH | oklch(0.680 0.241 314.5) |
Copy-ready code
/* CSS */
color: #cd5bfc;
background-color: #cd5bfc;
/* Tailwind (arbitrary) */
class="text-[#cd5bfc] bg-[#cd5bfc]"
/* SCSS */
$brand: #cd5bfc;
/* SwiftUI */
Color(red: 0.804, green: 0.357, blue: 0.988)
/* Android */
Color.parseColor("#cd5bfc")Accessibility — WCAG contrast
Aa
#cd5bfc on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5bfc on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green35.7%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta63.9%
Yellow0.0%
Key (black)1.2%
Color previews
#cd5bfc text on a black background
contrast 6.50:1
Card sample
#cd5bfc text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5bfc;
Background color
Panel with #cd5bfc background
background-color: #cd5bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 91, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 91, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5bfc; background: linear-gradient(135deg, #cd5bfc, #FC5BC0);