#c02cdb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
192, 44, 219
HSL
291°, 71%, 52%
CMYK
12, 80, 0, 14
Luminance
0.1812
Every format
| HEX | #c02cdb |
| RGB | rgb(192, 44, 219) |
| HSL | hsl(291, 71%, 52%) |
| CMYK | cmyk(12%, 80%, 0%, 14%) |
| LAB | lab(49.6 76.9 -58.3) |
| LCH | lch(49.6 96.5 322.8) |
| OKLCH | oklch(0.600 0.258 320.7) |
Copy-ready code
/* CSS */
color: #c02cdb;
background-color: #c02cdb;
/* Tailwind (arbitrary) */
class="text-[#c02cdb] bg-[#c02cdb]"
/* SCSS */
$brand: #c02cdb;
/* SwiftUI */
Color(red: 0.753, green: 0.173, blue: 0.859)
/* Android */
Color.parseColor("#c02cdb")Accessibility — WCAG contrast
Aa
#c02cdb on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c02cdb on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green17.3%
Blue85.9%
CMYK percentages
Cyan12.3%
Magenta79.9%
Yellow0.0%
Key (black)14.1%
Color previews
#c02cdb text on a black background
contrast 4.62:1
Card sample
#c02cdb text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02cdb;
Background color
Panel with #c02cdb background
background-color: #c02cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 44, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 44, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02cdb; background: linear-gradient(135deg, #c02cdb, #DB2C82);