#cb46eb
a balanced, electric violet · warm · closest name: magenta
RGB
203, 70, 235
HSL
288°, 81%, 60%
CMYK
14, 70, 0, 8
Luminance
0.2307
Every format
| HEX | #cb46eb |
| RGB | rgb(203, 70, 235) |
| HSL | hsl(288, 81%, 60%) |
| CMYK | cmyk(14%, 70%, 0%, 8%) |
| LAB | lab(55.1 73.6 -58.4) |
| LCH | lch(55.1 94.0 321.6) |
| OKLCH | oklch(0.646 0.250 319.1) |
Copy-ready code
/* CSS */
color: #cb46eb;
background-color: #cb46eb;
/* Tailwind (arbitrary) */
class="text-[#cb46eb] bg-[#cb46eb]"
/* SCSS */
$brand: #cb46eb;
/* SwiftUI */
Color(red: 0.796, green: 0.275, blue: 0.922)
/* Android */
Color.parseColor("#cb46eb")Accessibility — WCAG contrast
Aa
#cb46eb on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb46eb on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green27.5%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta70.2%
Yellow0.0%
Key (black)7.8%
Color previews
#cb46eb text on a black background
contrast 5.61:1
Card sample
#cb46eb text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb46eb;
Background color
Panel with #cb46eb background
background-color: #cb46eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb46eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 70, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 70, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb46eb; background: linear-gradient(135deg, #cb46eb, #EB469D);