#c00cdb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
192, 12, 219
HSL
292°, 90%, 45%
CMYK
12, 95, 0, 14
Luminance
0.1658
Every format
| HEX | #c00cdb |
| RGB | rgb(192, 12, 219) |
| HSL | hsl(292, 90%, 45%) |
| CMYK | cmyk(12%, 95%, 0%, 14%) |
| LAB | lab(47.7 82.5 -61.4) |
| LCH | lch(47.7 102.8 323.3) |
| OKLCH | oklch(0.587 0.276 321.2) |
Copy-ready code
/* CSS */
color: #c00cdb;
background-color: #c00cdb;
/* Tailwind (arbitrary) */
class="text-[#c00cdb] bg-[#c00cdb]"
/* SCSS */
$brand: #c00cdb;
/* SwiftUI */
Color(red: 0.753, green: 0.047, blue: 0.859)
/* Android */
Color.parseColor("#c00cdb")Accessibility — WCAG contrast
Aa
#c00cdb on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c00cdb on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green4.7%
Blue85.9%
CMYK percentages
Cyan12.3%
Magenta94.5%
Yellow0.0%
Key (black)14.1%
Color previews
#c00cdb text on a black background
contrast 4.32:1
Card sample
#c00cdb text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c00cdb;
Background color
Panel with #c00cdb background
background-color: #c00cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c00cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 12, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 12, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c00cdb; background: linear-gradient(135deg, #c00cdb, #DB0C6C);