#c01eb4
a dark, vivid magenta / pink · warm · closest name: purple
RGB
192, 30, 180
HSL
304°, 73%, 44%
CMYK
0, 84, 6, 25
Luminance
0.1543
Every format
| HEX | #c01eb4 |
| RGB | rgb(192, 30, 180) |
| HSL | hsl(304, 73%, 44%) |
| CMYK | cmyk(0%, 84%, 6%, 25%) |
| LAB | lab(46.2 73.9 -41.2) |
| LCH | lch(46.2 84.6 330.9) |
| OKLCH | oklch(0.569 0.240 331.8) |
Copy-ready code
/* CSS */
color: #c01eb4;
background-color: #c01eb4;
/* Tailwind (arbitrary) */
class="text-[#c01eb4] bg-[#c01eb4]"
/* SCSS */
$brand: #c01eb4;
/* SwiftUI */
Color(red: 0.753, green: 0.118, blue: 0.706)
/* Android */
Color.parseColor("#c01eb4")Accessibility — WCAG contrast
Aa
#c01eb4 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01eb4 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.8%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta84.4%
Yellow6.2%
Key (black)24.7%
Color previews
#c01eb4 text on a black background
contrast 4.09:1
Card sample
#c01eb4 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01eb4;
Background color
Panel with #c01eb4 background
background-color: #c01eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 30, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 30, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01eb4; background: linear-gradient(135deg, #c01eb4, #C01E48);