#cb49fd
a balanced, electric violet · warm · closest name: magenta
RGB
203, 73, 253
HSL
283°, 98%, 64%
CMYK
20, 71, 0, 1
Luminance
0.2455
Every format
| HEX | #cb49fd |
| RGB | rgb(203, 73, 253) |
| HSL | hsl(283, 98%, 64%) |
| CMYK | cmyk(20%, 71%, 0%, 1%) |
| LAB | lab(56.6 75.8 -66.1) |
| LCH | lch(56.6 100.6 318.9) |
| OKLCH | oklch(0.660 0.262 314.7) |
Copy-ready code
/* CSS */
color: #cb49fd;
background-color: #cb49fd;
/* Tailwind (arbitrary) */
class="text-[#cb49fd] bg-[#cb49fd]"
/* SCSS */
$brand: #cb49fd;
/* SwiftUI */
Color(red: 0.796, green: 0.286, blue: 0.992)
/* Android */
Color.parseColor("#cb49fd")Accessibility — WCAG contrast
Aa
#cb49fd on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb49fd on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green28.6%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta71.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cb49fd text on a black background
contrast 5.91:1
Card sample
#cb49fd text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb49fd;
Background color
Panel with #cb49fd background
background-color: #cb49fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb49fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 73, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 73, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb49fd; background: linear-gradient(135deg, #cb49fd, #FD49B7);