#c10dfb
a balanced, electric violet · warm · closest name: magenta
RGB
193, 13, 251
HSL
285°, 97%, 52%
CMYK
23, 95, 0, 2
Luminance
0.1859
Every format
| HEX | #c10dfb |
| RGB | rgb(193, 13, 251) |
| HSL | hsl(285, 97%, 52%) |
| CMYK | cmyk(23%, 95%, 0%, 2%) |
| LAB | lab(50.2 87.9 -75.4) |
| LCH | lch(50.2 115.8 319.4) |
| OKLCH | oklch(0.611 0.298 314.2) |
Copy-ready code
/* CSS */
color: #c10dfb;
background-color: #c10dfb;
/* Tailwind (arbitrary) */
class="text-[#c10dfb] bg-[#c10dfb]"
/* SCSS */
$brand: #c10dfb;
/* SwiftUI */
Color(red: 0.757, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#c10dfb")Accessibility — WCAG contrast
Aa
#c10dfb on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c10dfb on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green5.1%
Blue98.4%
CMYK percentages
Cyan23.1%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#c10dfb text on a black background
contrast 4.72:1
Card sample
#c10dfb text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c10dfb;
Background color
Panel with #c10dfb background
background-color: #c10dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c10dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c10dfb; background: linear-gradient(135deg, #c10dfb, #FB0D96);