#c13fd3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
193, 63, 211
HSL
293°, 63%, 54%
CMYK
9, 70, 0, 17
Luminance
0.1960
Every format
| HEX | #c13fd3 |
| RGB | rgb(193, 63, 211) |
| HSL | hsl(293, 63%, 54%) |
| CMYK | cmyk(9%, 70%, 0%, 17%) |
| LAB | lab(51.4 69.7 -51.0) |
| LCH | lch(51.4 86.4 323.8) |
| OKLCH | oklch(0.611 0.234 322.6) |
Copy-ready code
/* CSS */
color: #c13fd3;
background-color: #c13fd3;
/* Tailwind (arbitrary) */
class="text-[#c13fd3] bg-[#c13fd3]"
/* SCSS */
$brand: #c13fd3;
/* SwiftUI */
Color(red: 0.757, green: 0.247, blue: 0.827)
/* Android */
Color.parseColor("#c13fd3")Accessibility — WCAG contrast
Aa
#c13fd3 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c13fd3 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green24.7%
Blue82.7%
CMYK percentages
Cyan8.5%
Magenta70.1%
Yellow0.0%
Key (black)17.3%
Color previews
#c13fd3 text on a black background
contrast 4.92:1
Card sample
#c13fd3 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c13fd3;
Background color
Panel with #c13fd3 background
background-color: #c13fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c13fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 63, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 63, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c13fd3; background: linear-gradient(135deg, #c13fd3, #D33F82);