#cd30f7
a balanced, electric violet · warm · closest name: magenta
RGB
205, 48, 247
HSL
287°, 93%, 58%
CMYK
17, 81, 0, 3
Luminance
0.2181
Every format
| HEX | #cd30f7 |
| RGB | rgb(205, 48, 247) |
| HSL | hsl(287, 93%, 58%) |
| CMYK | cmyk(17%, 81%, 0%, 3%) |
| LAB | lab(53.8 82.9 -67.3) |
| LCH | lch(53.8 106.8 321.0) |
| OKLCH | oklch(0.639 0.281 317.6) |
Copy-ready code
/* CSS */
color: #cd30f7;
background-color: #cd30f7;
/* Tailwind (arbitrary) */
class="text-[#cd30f7] bg-[#cd30f7]"
/* SCSS */
$brand: #cd30f7;
/* SwiftUI */
Color(red: 0.804, green: 0.188, blue: 0.969)
/* Android */
Color.parseColor("#cd30f7")Accessibility — WCAG contrast
Aa
#cd30f7 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd30f7 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green18.8%
Blue96.9%
CMYK percentages
Cyan17.0%
Magenta80.6%
Yellow0.0%
Key (black)3.1%
Color previews
#cd30f7 text on a black background
contrast 5.36:1
Card sample
#cd30f7 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd30f7;
Background color
Panel with #cd30f7 background
background-color: #cd30f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd30f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 48, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 48, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd30f7; background: linear-gradient(135deg, #cd30f7, #F7309C);