#c33ff9
a balanced, electric violet · warm · closest name: magenta
RGB
195, 63, 249
HSL
283°, 94%, 61%
CMYK
22, 75, 0, 2
Luminance
0.2200
Every format
| HEX | #c33ff9 |
| RGB | rgb(195, 63, 249) |
| HSL | hsl(283, 94%, 61%) |
| CMYK | cmyk(22%, 75%, 0%, 2%) |
| LAB | lab(54.0 77.1 -68.1) |
| LCH | lch(54.0 102.9 318.5) |
| OKLCH | oklch(0.638 0.267 313.8) |
Copy-ready code
/* CSS */
color: #c33ff9;
background-color: #c33ff9;
/* Tailwind (arbitrary) */
class="text-[#c33ff9] bg-[#c33ff9]"
/* SCSS */
$brand: #c33ff9;
/* SwiftUI */
Color(red: 0.765, green: 0.247, blue: 0.976)
/* Android */
Color.parseColor("#c33ff9")Accessibility — WCAG contrast
Aa
#c33ff9 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c33ff9 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green24.7%
Blue97.6%
CMYK percentages
Cyan21.7%
Magenta74.7%
Yellow0.0%
Key (black)2.4%
Color previews
#c33ff9 text on a black background
contrast 5.40:1
Card sample
#c33ff9 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33ff9;
Background color
Panel with #c33ff9 background
background-color: #c33ff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33ff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 63, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 63, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33ff9; background: linear-gradient(135deg, #c33ff9, #F93FB3);