#cd31fd
a balanced, electric violet · warm · closest name: magenta
RGB
205, 49, 253
HSL
286°, 98%, 59%
CMYK
19, 81, 0, 1
Luminance
0.2227
Every format
| HEX | #cd31fd |
| RGB | rgb(205, 49, 253) |
| HSL | hsl(286, 98%, 59%) |
| CMYK | cmyk(19%, 81%, 0%, 1%) |
| LAB | lab(54.3 83.7 -69.8) |
| LCH | lch(54.3 109.0 320.2) |
| OKLCH | oklch(0.644 0.285 316.3) |
Copy-ready code
/* CSS */
color: #cd31fd;
background-color: #cd31fd;
/* Tailwind (arbitrary) */
class="text-[#cd31fd] bg-[#cd31fd]"
/* SCSS */
$brand: #cd31fd;
/* SwiftUI */
Color(red: 0.804, green: 0.192, blue: 0.992)
/* Android */
Color.parseColor("#cd31fd")Accessibility — WCAG contrast
Aa
#cd31fd on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd31fd on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green19.2%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta80.6%
Yellow0.0%
Key (black)0.8%
Color previews
#cd31fd text on a black background
contrast 5.45:1
Card sample
#cd31fd text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd31fd;
Background color
Panel with #cd31fd background
background-color: #cd31fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd31fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 49, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 49, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd31fd; background: linear-gradient(135deg, #cd31fd, #FD31A5);