#cd50f3
a balanced, electric violet · warm · closest name: magenta
RGB
205, 80, 243
HSL
286°, 87%, 63%
CMYK
16, 67, 0, 5
Luminance
0.2519
Every format
| HEX | #cd50f3 |
| RGB | rgb(205, 80, 243) |
| HSL | hsl(286, 87%, 63%) |
| CMYK | cmyk(16%, 67%, 0%, 5%) |
| LAB | lab(57.3 71.7 -59.5) |
| LCH | lch(57.3 93.1 320.3) |
| OKLCH | oklch(0.663 0.246 317.3) |
Copy-ready code
/* CSS */
color: #cd50f3;
background-color: #cd50f3;
/* Tailwind (arbitrary) */
class="text-[#cd50f3] bg-[#cd50f3]"
/* SCSS */
$brand: #cd50f3;
/* SwiftUI */
Color(red: 0.804, green: 0.314, blue: 0.953)
/* Android */
Color.parseColor("#cd50f3")Accessibility — WCAG contrast
Aa
#cd50f3 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd50f3 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green31.4%
Blue95.3%
CMYK percentages
Cyan15.6%
Magenta67.1%
Yellow0.0%
Key (black)4.7%
Color previews
#cd50f3 text on a black background
contrast 6.04:1
Card sample
#cd50f3 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd50f3;
Background color
Panel with #cd50f3 background
background-color: #cd50f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd50f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 80, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 80, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd50f3; background: linear-gradient(135deg, #cd50f3, #F350AC);