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