#c33ff6
a balanced, electric violet · warm · closest name: magenta
RGB
195, 63, 246
HSL
283°, 91%, 61%
CMYK
21, 74, 0, 4
Luminance
0.2181
Every format
| HEX | #c33ff6 |
| RGB | rgb(195, 63, 246) |
| HSL | hsl(283, 91%, 61%) |
| CMYK | cmyk(21%, 74%, 0%, 4%) |
| LAB | lab(53.8 76.5 -66.8) |
| LCH | lch(53.8 101.6 318.9) |
| OKLCH | oklch(0.636 0.264 314.4) |
Copy-ready code
/* CSS */
color: #c33ff6;
background-color: #c33ff6;
/* Tailwind (arbitrary) */
class="text-[#c33ff6] bg-[#c33ff6]"
/* SCSS */
$brand: #c33ff6;
/* SwiftUI */
Color(red: 0.765, green: 0.247, blue: 0.965)
/* Android */
Color.parseColor("#c33ff6")Accessibility — WCAG contrast
Aa
#c33ff6 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c33ff6 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green24.7%
Blue96.5%
CMYK percentages
Cyan20.7%
Magenta74.4%
Yellow0.0%
Key (black)3.5%
Color previews
#c33ff6 text on a black background
contrast 5.36:1
Card sample
#c33ff6 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33ff6;
Background color
Panel with #c33ff6 background
background-color: #c33ff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33ff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 63, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 63, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33ff6; background: linear-gradient(135deg, #c33ff6, #F63FAF);