#c33ffe
a balanced, electric violet · warm · closest name: magenta
RGB
195, 63, 254
HSL
282°, 99%, 62%
CMYK
23, 75, 0, 0
Luminance
0.2231
Every format
| HEX | #c33ffe |
| RGB | rgb(195, 63, 254) |
| HSL | hsl(282, 99%, 62%) |
| CMYK | cmyk(23%, 75%, 0%, 0%) |
| LAB | lab(54.4 78.1 -70.4) |
| LCH | lch(54.4 105.1 318.0) |
| OKLCH | oklch(0.642 0.271 312.7) |
Copy-ready code
/* CSS */
color: #c33ffe;
background-color: #c33ffe;
/* Tailwind (arbitrary) */
class="text-[#c33ffe] bg-[#c33ffe]"
/* SCSS */
$brand: #c33ffe;
/* SwiftUI */
Color(red: 0.765, green: 0.247, blue: 0.996)
/* Android */
Color.parseColor("#c33ffe")Accessibility — WCAG contrast
Aa
#c33ffe on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c33ffe on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green24.7%
Blue99.6%
CMYK percentages
Cyan23.2%
Magenta75.2%
Yellow0.0%
Key (black)0.4%
Color previews
#c33ffe text on a black background
contrast 5.46:1
Card sample
#c33ffe text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33ffe;
Background color
Panel with #c33ffe background
background-color: #c33ffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33ffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 63, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 63, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33ffe; background: linear-gradient(135deg, #c33ffe, #FE3FBA);