#c33af5
a balanced, electric violet · warm · closest name: magenta
RGB
195, 58, 245
HSL
284°, 90%, 59%
CMYK
20, 76, 0, 4
Luminance
0.2122
Every format
| HEX | #c33af5 |
| RGB | rgb(195, 58, 245) |
| HSL | hsl(284, 90%, 59%) |
| CMYK | cmyk(20%, 76%, 0%, 4%) |
| LAB | lab(53.2 78.0 -67.2) |
| LCH | lch(53.2 103.0 319.2) |
| OKLCH | oklch(0.631 0.268 314.9) |
Copy-ready code
/* CSS */
color: #c33af5;
background-color: #c33af5;
/* Tailwind (arbitrary) */
class="text-[#c33af5] bg-[#c33af5]"
/* SCSS */
$brand: #c33af5;
/* SwiftUI */
Color(red: 0.765, green: 0.227, blue: 0.961)
/* Android */
Color.parseColor("#c33af5")Accessibility — WCAG contrast
Aa
#c33af5 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c33af5 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green22.7%
Blue96.1%
CMYK percentages
Cyan20.4%
Magenta76.3%
Yellow0.0%
Key (black)3.9%
Color previews
#c33af5 text on a black background
contrast 5.24:1
Card sample
#c33af5 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33af5;
Background color
Panel with #c33af5 background
background-color: #c33af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 58, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 58, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33af5; background: linear-gradient(135deg, #c33af5, #F53AAA);