#c01fd3
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
192, 31, 211
HSL
294°, 74%, 48%
CMYK
9, 85, 0, 17
Luminance
0.1689
Every format
| HEX | #c01fd3 |
| RGB | rgb(192, 31, 211) |
| HSL | hsl(294, 74%, 48%) |
| CMYK | cmyk(9%, 85%, 0%, 17%) |
| LAB | lab(48.1 78.5 -56.2) |
| LCH | lch(48.1 96.5 324.4) |
| OKLCH | oklch(0.588 0.262 323.0) |
Copy-ready code
/* CSS */
color: #c01fd3;
background-color: #c01fd3;
/* Tailwind (arbitrary) */
class="text-[#c01fd3] bg-[#c01fd3]"
/* SCSS */
$brand: #c01fd3;
/* SwiftUI */
Color(red: 0.753, green: 0.122, blue: 0.827)
/* Android */
Color.parseColor("#c01fd3")Accessibility — WCAG contrast
Aa
#c01fd3 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01fd3 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green12.2%
Blue82.7%
CMYK percentages
Cyan9.0%
Magenta85.3%
Yellow0.0%
Key (black)17.3%
Color previews
#c01fd3 text on a black background
contrast 4.38:1
Card sample
#c01fd3 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01fd3;
Background color
Panel with #c01fd3 background
background-color: #c01fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 31, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 31, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01fd3; background: linear-gradient(135deg, #c01fd3, #D31F6E);