#c00eb0
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 14, 176
HSL
305°, 86%, 40%
CMYK
0, 93, 8, 25
Luminance
0.1466
Every format
| HEX | #c00eb0 |
| RGB | rgb(192, 14, 176) |
| HSL | hsl(305, 86%, 40%) |
| CMYK | cmyk(0%, 93%, 8%, 25%) |
| LAB | lab(45.2 75.8 -40.5) |
| LCH | lch(45.2 85.9 331.9) |
| OKLCH | oklch(0.560 0.246 333.0) |
Copy-ready code
/* CSS */
color: #c00eb0;
background-color: #c00eb0;
/* Tailwind (arbitrary) */
class="text-[#c00eb0] bg-[#c00eb0]"
/* SCSS */
$brand: #c00eb0;
/* SwiftUI */
Color(red: 0.753, green: 0.055, blue: 0.690)
/* Android */
Color.parseColor("#c00eb0")Accessibility — WCAG contrast
Aa
#c00eb0 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c00eb0 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green5.5%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta92.7%
Yellow8.3%
Key (black)24.7%
Color previews
#c00eb0 text on a black background
contrast 3.93:1
Card sample
#c00eb0 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c00eb0;
Background color
Panel with #c00eb0 background
background-color: #c00eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c00eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 14, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 14, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c00eb0; background: linear-gradient(135deg, #c00eb0, #C00E39);