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