#c10fe2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
193, 15, 226
HSL
291°, 88%, 47%
CMYK
15, 93, 0, 11
Luminance
0.1717
Every format
| HEX | #c10fe2 |
| RGB | rgb(193, 15, 226) |
| HSL | hsl(291, 88%, 47%) |
| CMYK | cmyk(15%, 93%, 0%, 11%) |
| LAB | lab(48.5 83.5 -64.2) |
| LCH | lch(48.5 105.3 322.5) |
| OKLCH | oklch(0.594 0.280 319.8) |
Copy-ready code
/* CSS */
color: #c10fe2;
background-color: #c10fe2;
/* Tailwind (arbitrary) */
class="text-[#c10fe2] bg-[#c10fe2]"
/* SCSS */
$brand: #c10fe2;
/* SwiftUI */
Color(red: 0.757, green: 0.059, blue: 0.886)
/* Android */
Color.parseColor("#c10fe2")Accessibility — WCAG contrast
Aa
#c10fe2 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c10fe2 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green5.9%
Blue88.6%
CMYK percentages
Cyan14.6%
Magenta93.4%
Yellow0.0%
Key (black)11.4%
Color previews
#c10fe2 text on a black background
contrast 4.43:1
Card sample
#c10fe2 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c10fe2;
Background color
Panel with #c10fe2 background
background-color: #c10fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c10fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 15, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 15, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c10fe2; background: linear-gradient(135deg, #c10fe2, #E20F77);