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