#cb33eb
a balanced, electric violet · warm · closest name: magenta
RGB
203, 51, 235
HSL
290°, 82%, 56%
CMYK
14, 78, 0, 8
Luminance
0.2106
Every format
| HEX | #cb33eb |
| RGB | rgb(203, 51, 235) |
| HSL | hsl(290, 82%, 56%) |
| CMYK | cmyk(14%, 78%, 0%, 8%) |
| LAB | lab(53.0 79.7 -61.8) |
| LCH | lch(53.0 100.9 322.2) |
| OKLCH | oklch(0.630 0.269 319.7) |
Copy-ready code
/* CSS */
color: #cb33eb;
background-color: #cb33eb;
/* Tailwind (arbitrary) */
class="text-[#cb33eb] bg-[#cb33eb]"
/* SCSS */
$brand: #cb33eb;
/* SwiftUI */
Color(red: 0.796, green: 0.200, blue: 0.922)
/* Android */
Color.parseColor("#cb33eb")Accessibility — WCAG contrast
Aa
#cb33eb on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb33eb on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green20.0%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta78.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cb33eb text on a black background
contrast 5.21:1
Card sample
#cb33eb text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb33eb;
Background color
Panel with #cb33eb background
background-color: #cb33eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb33eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 51, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 51, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb33eb; background: linear-gradient(135deg, #cb33eb, #EB3390);