#c33afd
a balanced, electric violet · warm · closest name: magenta
RGB
195, 58, 253
HSL
282°, 98%, 61%
CMYK
23, 77, 0, 1
Luminance
0.2172
Every format
| HEX | #c33afd |
| RGB | rgb(195, 58, 253) |
| HSL | hsl(282, 98%, 61%) |
| CMYK | cmyk(23%, 77%, 0%, 1%) |
| LAB | lab(53.7 79.5 -70.8) |
| LCH | lch(53.7 106.5 318.3) |
| OKLCH | oklch(0.637 0.275 313.1) |
Copy-ready code
/* CSS */
color: #c33afd;
background-color: #c33afd;
/* Tailwind (arbitrary) */
class="text-[#c33afd] bg-[#c33afd]"
/* SCSS */
$brand: #c33afd;
/* SwiftUI */
Color(red: 0.765, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#c33afd")Accessibility — WCAG contrast
Aa
#c33afd on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c33afd on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green22.7%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c33afd text on a black background
contrast 5.34:1
Card sample
#c33afd text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33afd;
Background color
Panel with #c33afd background
background-color: #c33afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33afd; background: linear-gradient(135deg, #c33afd, #FD3AB5);