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