#c01098
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 16, 152
HSL
314°, 85%, 41%
CMYK
0, 92, 21, 25
Luminance
0.1384
Every format
| HEX | #c01098 |
| RGB | rgb(192, 16, 152) |
| HSL | hsl(314, 85%, 41%) |
| CMYK | cmyk(0%, 92%, 21%, 25%) |
| LAB | lab(44.0 72.4 -28.0) |
| LCH | lch(44.0 77.6 338.9) |
| OKLCH | oklch(0.548 0.230 340.8) |
Copy-ready code
/* CSS */
color: #c01098;
background-color: #c01098;
/* Tailwind (arbitrary) */
class="text-[#c01098] bg-[#c01098]"
/* SCSS */
$brand: #c01098;
/* SwiftUI */
Color(red: 0.753, green: 0.063, blue: 0.596)
/* Android */
Color.parseColor("#c01098")Accessibility — WCAG contrast
Aa
#c01098 on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01098 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green6.3%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow20.8%
Key (black)24.7%
Color previews
#c01098 text on a black background
contrast 3.77:1
Card sample
#c01098 text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01098;
Background color
Panel with #c01098 background
background-color: #c01098;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01098;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 16, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 16, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01098; background: linear-gradient(135deg, #c01098, #C01023);