#c13fd0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
193, 63, 208
HSL
294°, 61%, 53%
CMYK
7, 70, 0, 18
Luminance
0.1945
Every format
| HEX | #c13fd0 |
| RGB | rgb(193, 63, 208) |
| HSL | hsl(294, 61%, 53%) |
| CMYK | cmyk(7%, 70%, 0%, 18%) |
| LAB | lab(51.2 69.2 -49.5) |
| LCH | lch(51.2 85.1 324.4) |
| OKLCH | oklch(0.610 0.232 323.4) |
Copy-ready code
/* CSS */
color: #c13fd0;
background-color: #c13fd0;
/* Tailwind (arbitrary) */
class="text-[#c13fd0] bg-[#c13fd0]"
/* SCSS */
$brand: #c13fd0;
/* SwiftUI */
Color(red: 0.757, green: 0.247, blue: 0.816)
/* Android */
Color.parseColor("#c13fd0")Accessibility — WCAG contrast
Aa
#c13fd0 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c13fd0 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green24.7%
Blue81.6%
CMYK percentages
Cyan7.2%
Magenta69.7%
Yellow0.0%
Key (black)18.4%
Color previews
#c13fd0 text on a black background
contrast 4.89:1
Card sample
#c13fd0 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c13fd0;
Background color
Panel with #c13fd0 background
background-color: #c13fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c13fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 63, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 63, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c13fd0; background: linear-gradient(135deg, #c13fd0, #D03F7E);