#cd30ff
a balanced, electric violet · warm · closest name: magenta
RGB
205, 48, 255
HSL
286°, 100%, 59%
CMYK
20, 81, 0, 0
Luminance
0.2231
Every format
| HEX | #cd30ff |
| RGB | rgb(205, 48, 255) |
| HSL | hsl(286, 100%, 59%) |
| CMYK | cmyk(20%, 81%, 0%, 0%) |
| LAB | lab(54.4 84.3 -70.8) |
| LCH | lch(54.4 110.1 320.0) |
| OKLCH | oklch(0.645 0.287 315.9) |
Copy-ready code
/* CSS */
color: #cd30ff;
background-color: #cd30ff;
/* Tailwind (arbitrary) */
class="text-[#cd30ff] bg-[#cd30ff]"
/* SCSS */
$brand: #cd30ff;
/* SwiftUI */
Color(red: 0.804, green: 0.188, blue: 1.000)
/* Android */
Color.parseColor("#cd30ff")Accessibility — WCAG contrast
Aa
#cd30ff on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd30ff on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green18.8%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta81.2%
Yellow0.0%
Key (black)0.0%
Color previews
#cd30ff text on a black background
contrast 5.46:1
Card sample
#cd30ff text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd30ff;
Background color
Panel with #cd30ff background
background-color: #cd30ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd30ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 48, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 48, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd30ff; background: linear-gradient(135deg, #cd30ff, #FF30A7);