#c02fdb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
192, 47, 219
HSL
291°, 71%, 52%
CMYK
12, 79, 0, 14
Luminance
0.1835
Every format
| HEX | #c02fdb |
| RGB | rgb(192, 47, 219) |
| HSL | hsl(291, 71%, 52%) |
| CMYK | cmyk(12%, 79%, 0%, 14%) |
| LAB | lab(49.9 76.0 -57.9) |
| LCH | lch(49.9 95.5 322.7) |
| OKLCH | oklch(0.602 0.256 320.6) |
Copy-ready code
/* CSS */
color: #c02fdb;
background-color: #c02fdb;
/* Tailwind (arbitrary) */
class="text-[#c02fdb] bg-[#c02fdb]"
/* SCSS */
$brand: #c02fdb;
/* SwiftUI */
Color(red: 0.753, green: 0.184, blue: 0.859)
/* Android */
Color.parseColor("#c02fdb")Accessibility — WCAG contrast
Aa
#c02fdb on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c02fdb on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green18.4%
Blue85.9%
CMYK percentages
Cyan12.3%
Magenta78.5%
Yellow0.0%
Key (black)14.1%
Color previews
#c02fdb text on a black background
contrast 4.67:1
Card sample
#c02fdb text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02fdb;
Background color
Panel with #c02fdb background
background-color: #c02fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 47, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 47, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02fdb; background: linear-gradient(135deg, #c02fdb, #DB2F83);