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