#c533eb
a balanced, electric violet · warm · closest name: magenta
RGB
197, 51, 235
HSL
288°, 82%, 56%
CMYK
16, 78, 0, 8
Luminance
0.2024
Every format
| HEX | #c533eb |
| RGB | rgb(197, 51, 235) |
| HSL | hsl(288, 82%, 56%) |
| CMYK | cmyk(16%, 78%, 0%, 8%) |
| LAB | lab(52.1 78.6 -63.4) |
| LCH | lch(52.1 101.0 321.1) |
| OKLCH | oklch(0.622 0.267 318.0) |
Copy-ready code
/* CSS */
color: #c533eb;
background-color: #c533eb;
/* Tailwind (arbitrary) */
class="text-[#c533eb] bg-[#c533eb]"
/* SCSS */
$brand: #c533eb;
/* SwiftUI */
Color(red: 0.773, green: 0.200, blue: 0.922)
/* Android */
Color.parseColor("#c533eb")Accessibility — WCAG contrast
Aa
#c533eb on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c533eb on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green20.0%
Blue92.2%
CMYK percentages
Cyan16.2%
Magenta78.3%
Yellow0.0%
Key (black)7.8%
Color previews
#c533eb text on a black background
contrast 5.05:1
Card sample
#c533eb text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c533eb;
Background color
Panel with #c533eb background
background-color: #c533eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c533eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 51, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 51, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c533eb; background: linear-gradient(135deg, #c533eb, #EB3396);