#cb41eb
a balanced, electric violet · warm · closest name: magenta
RGB
203, 65, 235
HSL
289°, 81%, 59%
CMYK
14, 72, 0, 8
Luminance
0.2248
Every format
| HEX | #cb41eb |
| RGB | rgb(203, 65, 235) |
| HSL | hsl(289, 81%, 59%) |
| CMYK | cmyk(14%, 72%, 0%, 8%) |
| LAB | lab(54.5 75.3 -59.4) |
| LCH | lch(54.5 96.0 321.7) |
| OKLCH | oklch(0.641 0.256 319.3) |
Copy-ready code
/* CSS */
color: #cb41eb;
background-color: #cb41eb;
/* Tailwind (arbitrary) */
class="text-[#cb41eb] bg-[#cb41eb]"
/* SCSS */
$brand: #cb41eb;
/* SwiftUI */
Color(red: 0.796, green: 0.255, blue: 0.922)
/* Android */
Color.parseColor("#cb41eb")Accessibility — WCAG contrast
Aa
#cb41eb on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb41eb on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green25.5%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta72.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cb41eb text on a black background
contrast 5.50:1
Card sample
#cb41eb text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb41eb;
Background color
Panel with #cb41eb background
background-color: #cb41eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb41eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 65, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 65, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb41eb; background: linear-gradient(135deg, #cb41eb, #EB419A);