#c01eac
a dark, vivid magenta / pink · warm · closest name: purple
RGB
192, 30, 172
HSL
307°, 73%, 44%
CMYK
0, 84, 10, 25
Luminance
0.1511
Every format
| HEX | #c01eac |
| RGB | rgb(192, 30, 172) |
| HSL | hsl(307, 73%, 44%) |
| CMYK | cmyk(0%, 84%, 10%, 25%) |
| LAB | lab(45.8 72.8 -37.1) |
| LCH | lch(45.8 81.7 332.9) |
| OKLCH | oklch(0.564 0.235 334.3) |
Copy-ready code
/* CSS */
color: #c01eac;
background-color: #c01eac;
/* Tailwind (arbitrary) */
class="text-[#c01eac] bg-[#c01eac]"
/* SCSS */
$brand: #c01eac;
/* SwiftUI */
Color(red: 0.753, green: 0.118, blue: 0.675)
/* Android */
Color.parseColor("#c01eac")Accessibility — WCAG contrast
Aa
#c01eac on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01eac on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta84.4%
Yellow10.4%
Key (black)24.7%
Color previews
#c01eac text on a black background
contrast 4.02:1
Card sample
#c01eac text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01eac;
Background color
Panel with #c01eac background
background-color: #c01eac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01eac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 30, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 30, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01eac; background: linear-gradient(135deg, #c01eac, #C01E40);