#c433ee
a balanced, electric violet · warm · closest name: magenta
RGB
196, 51, 238
HSL
287°, 85%, 57%
CMYK
18, 79, 0, 7
Luminance
0.2028
Every format
| HEX | #c433ee |
| RGB | rgb(196, 51, 238) |
| HSL | hsl(287, 85%, 57%) |
| CMYK | cmyk(18%, 79%, 0%, 7%) |
| LAB | lab(52.1 79.0 -65.0) |
| LCH | lch(52.1 102.3 320.6) |
| OKLCH | oklch(0.623 0.269 317.0) |
Copy-ready code
/* CSS */
color: #c433ee;
background-color: #c433ee;
/* Tailwind (arbitrary) */
class="text-[#c433ee] bg-[#c433ee]"
/* SCSS */
$brand: #c433ee;
/* SwiftUI */
Color(red: 0.769, green: 0.200, blue: 0.933)
/* Android */
Color.parseColor("#c433ee")Accessibility — WCAG contrast
Aa
#c433ee on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c433ee on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green20.0%
Blue93.3%
CMYK percentages
Cyan17.6%
Magenta78.6%
Yellow0.0%
Key (black)6.7%
Color previews
#c433ee text on a black background
contrast 5.06:1
Card sample
#c433ee text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c433ee;
Background color
Panel with #c433ee background
background-color: #c433ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c433ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 51, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 51, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c433ee; background: linear-gradient(135deg, #c433ee, #EE339B);