#c113df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
193, 19, 223
HSL
291°, 84%, 48%
CMYK
14, 92, 0, 13
Luminance
0.1713
Every format
| HEX | #c113df |
| RGB | rgb(193, 19, 223) |
| HSL | hsl(291, 84%, 48%) |
| CMYK | cmyk(14%, 92%, 0%, 13%) |
| LAB | lab(48.4 82.5 -62.5) |
| LCH | lch(48.4 103.5 322.8) |
| OKLCH | oklch(0.593 0.276 320.5) |
Copy-ready code
/* CSS */
color: #c113df;
background-color: #c113df;
/* Tailwind (arbitrary) */
class="text-[#c113df] bg-[#c113df]"
/* SCSS */
$brand: #c113df;
/* SwiftUI */
Color(red: 0.757, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#c113df")Accessibility — WCAG contrast
Aa
#c113df on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c113df on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green7.5%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta91.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c113df text on a black background
contrast 4.43:1
Card sample
#c113df text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c113df;
Background color
Panel with #c113df background
background-color: #c113df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c113df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c113df; background: linear-gradient(135deg, #c113df, #DF1375);