#c433ff
a balanced, electric violet · warm · closest name: magenta
RGB
196, 51, 255
HSL
283°, 100%, 60%
CMYK
23, 80, 0, 0
Luminance
0.2132
Every format
| HEX | #c433ff |
| RGB | rgb(196, 51, 255) |
| HSL | hsl(283, 100%, 60%) |
| CMYK | cmyk(23%, 80%, 0%, 0%) |
| LAB | lab(53.3 82.1 -72.6) |
| LCH | lch(53.3 109.6 318.5) |
| OKLCH | oklch(0.635 0.282 313.3) |
Copy-ready code
/* CSS */
color: #c433ff;
background-color: #c433ff;
/* Tailwind (arbitrary) */
class="text-[#c433ff] bg-[#c433ff]"
/* SCSS */
$brand: #c433ff;
/* SwiftUI */
Color(red: 0.769, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#c433ff")Accessibility — WCAG contrast
Aa
#c433ff on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c433ff on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green20.0%
Blue100.0%
CMYK percentages
Cyan23.1%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c433ff text on a black background
contrast 5.26:1
Card sample
#c433ff text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c433ff;
Background color
Panel with #c433ff background
background-color: #c433ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c433ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c433ff; background: linear-gradient(135deg, #c433ff, #FF33B2);