#c133df
a balanced, vivid violet · warm · closest name: magenta
RGB
193, 51, 223
HSL
290°, 73%, 54%
CMYK
14, 77, 0, 13
Luminance
0.1903
Every format
| HEX | #c133df |
| RGB | rgb(193, 51, 223) |
| HSL | hsl(290, 73%, 54%) |
| CMYK | cmyk(14%, 77%, 0%, 13%) |
| LAB | lab(50.7 75.8 -58.8) |
| LCH | lch(50.7 95.9 322.2) |
| OKLCH | oklch(0.609 0.256 319.8) |
Copy-ready code
/* CSS */
color: #c133df;
background-color: #c133df;
/* Tailwind (arbitrary) */
class="text-[#c133df] bg-[#c133df]"
/* SCSS */
$brand: #c133df;
/* SwiftUI */
Color(red: 0.757, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#c133df")Accessibility — WCAG contrast
Aa
#c133df on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c133df on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green20.0%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta77.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c133df text on a black background
contrast 4.81:1
Card sample
#c133df text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c133df;
Background color
Panel with #c133df background
background-color: #c133df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c133df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c133df; background: linear-gradient(135deg, #c133df, #DF338A);