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