#cb50fd
a light, electric violet · warm · closest name: magenta
RGB
203, 80, 253
HSL
283°, 98%, 65%
CMYK
20, 68, 0, 1
Luminance
0.2553
Every format
| HEX | #cb50fd |
| RGB | rgb(203, 80, 253) |
| HSL | hsl(283, 98%, 65%) |
| CMYK | cmyk(20%, 68%, 0%, 1%) |
| LAB | lab(57.6 73.2 -64.5) |
| LCH | lch(57.6 97.6 318.6) |
| OKLCH | oklch(0.666 0.254 314.4) |
Copy-ready code
/* CSS */
color: #cb50fd;
background-color: #cb50fd;
/* Tailwind (arbitrary) */
class="text-[#cb50fd] bg-[#cb50fd]"
/* SCSS */
$brand: #cb50fd;
/* SwiftUI */
Color(red: 0.796, green: 0.314, blue: 0.992)
/* Android */
Color.parseColor("#cb50fd")Accessibility — WCAG contrast
Aa
#cb50fd on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb50fd on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green31.4%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta68.4%
Yellow0.0%
Key (black)0.8%
Color previews
#cb50fd text on a black background
contrast 6.11:1
Card sample
#cb50fd text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb50fd;
Background color
Panel with #cb50fd background
background-color: #cb50fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb50fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 80, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 80, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb50fd; background: linear-gradient(135deg, #cb50fd, #FD50BC);