#c33ffd
a balanced, electric violet · warm · closest name: magenta
RGB
195, 63, 253
HSL
282°, 98%, 62%
CMYK
23, 75, 0, 1
Luminance
0.2225
Every format
| HEX | #c33ffd |
| RGB | rgb(195, 63, 253) |
| HSL | hsl(282, 98%, 62%) |
| CMYK | cmyk(23%, 75%, 0%, 1%) |
| LAB | lab(54.3 77.9 -69.9) |
| LCH | lch(54.3 104.7 318.1) |
| OKLCH | oklch(0.641 0.270 312.9) |
Copy-ready code
/* CSS */
color: #c33ffd;
background-color: #c33ffd;
/* Tailwind (arbitrary) */
class="text-[#c33ffd] bg-[#c33ffd]"
/* SCSS */
$brand: #c33ffd;
/* SwiftUI */
Color(red: 0.765, green: 0.247, blue: 0.992)
/* Android */
Color.parseColor("#c33ffd")Accessibility — WCAG contrast
Aa
#c33ffd on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c33ffd on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green24.7%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta75.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c33ffd text on a black background
contrast 5.45:1
Card sample
#c33ffd text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33ffd;
Background color
Panel with #c33ffd background
background-color: #c33ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 63, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 63, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33ffd; background: linear-gradient(135deg, #c33ffd, #FD3FB8);