#c133ee
a balanced, electric violet · warm · closest name: magenta
RGB
193, 51, 238
HSL
286°, 85%, 57%
CMYK
19, 79, 0, 7
Luminance
0.1988
Every format
| HEX | #c133ee |
| RGB | rgb(193, 51, 238) |
| HSL | hsl(286, 85%, 57%) |
| CMYK | cmyk(19%, 79%, 0%, 7%) |
| LAB | lab(51.7 78.5 -65.7) |
| LCH | lch(51.7 102.4 320.1) |
| OKLCH | oklch(0.619 0.268 316.2) |
Copy-ready code
/* CSS */
color: #c133ee;
background-color: #c133ee;
/* Tailwind (arbitrary) */
class="text-[#c133ee] bg-[#c133ee]"
/* SCSS */
$brand: #c133ee;
/* SwiftUI */
Color(red: 0.757, green: 0.200, blue: 0.933)
/* Android */
Color.parseColor("#c133ee")Accessibility — WCAG contrast
Aa
#c133ee on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c133ee on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green20.0%
Blue93.3%
CMYK percentages
Cyan18.9%
Magenta78.6%
Yellow0.0%
Key (black)6.7%
Color previews
#c133ee text on a black background
contrast 4.98:1
Card sample
#c133ee text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c133ee;
Background color
Panel with #c133ee background
background-color: #c133ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c133ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 51, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 51, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c133ee; background: linear-gradient(135deg, #c133ee, #EE339E);