#cb11eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
203, 17, 235
HSL
291°, 87%, 49%
CMYK
14, 93, 0, 8
Luminance
0.1910
Every format
| HEX | #cb11eb |
| RGB | rgb(203, 17, 235) |
| HSL | hsl(291, 87%, 49%) |
| CMYK | cmyk(14%, 93%, 0%, 8%) |
| LAB | lab(50.8 86.2 -65.4) |
| LCH | lch(50.8 108.2 322.8) |
| OKLCH | oklch(0.615 0.289 320.4) |
Copy-ready code
/* CSS */
color: #cb11eb;
background-color: #cb11eb;
/* Tailwind (arbitrary) */
class="text-[#cb11eb] bg-[#cb11eb]"
/* SCSS */
$brand: #cb11eb;
/* SwiftUI */
Color(red: 0.796, green: 0.067, blue: 0.922)
/* Android */
Color.parseColor("#cb11eb")Accessibility — WCAG contrast
Aa
#cb11eb on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb11eb on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green6.7%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta92.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cb11eb text on a black background
contrast 4.82:1
Card sample
#cb11eb text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb11eb;
Background color
Panel with #cb11eb background
background-color: #cb11eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb11eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 17, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 17, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb11eb; background: linear-gradient(135deg, #cb11eb, #EB117A);