#c13ddf
a balanced, vivid violet · warm · closest name: magenta
RGB
193, 61, 223
HSL
289°, 72%, 56%
CMYK
14, 73, 0, 13
Luminance
0.2000
Every format
| HEX | #c13ddf |
| RGB | rgb(193, 61, 223) |
| HSL | hsl(289, 72%, 56%) |
| CMYK | cmyk(14%, 73%, 0%, 13%) |
| LAB | lab(51.8 72.6 -57.0) |
| LCH | lch(51.8 92.3 321.8) |
| OKLCH | oklch(0.617 0.246 319.4) |
Copy-ready code
/* CSS */
color: #c13ddf;
background-color: #c13ddf;
/* Tailwind (arbitrary) */
class="text-[#c13ddf] bg-[#c13ddf]"
/* SCSS */
$brand: #c13ddf;
/* SwiftUI */
Color(red: 0.757, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#c13ddf")Accessibility — WCAG contrast
Aa
#c13ddf on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c13ddf on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green23.9%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta72.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c13ddf text on a black background
contrast 5.00:1
Card sample
#c13ddf text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c13ddf;
Background color
Panel with #c13ddf background
background-color: #c13ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c13ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c13ddf; background: linear-gradient(135deg, #c13ddf, #DF3D91);