#c022df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
192, 34, 223
HSL
290°, 75%, 50%
CMYK
14, 85, 0, 13
Luminance
0.1768
Every format
| HEX | #c022df |
| RGB | rgb(192, 34, 223) |
| HSL | hsl(290, 75%, 50%) |
| CMYK | cmyk(14%, 85%, 0%, 13%) |
| LAB | lab(49.1 79.9 -61.5) |
| LCH | lch(49.1 100.8 322.4) |
| OKLCH | oklch(0.597 0.269 319.9) |
Copy-ready code
/* CSS */
color: #c022df;
background-color: #c022df;
/* Tailwind (arbitrary) */
class="text-[#c022df] bg-[#c022df]"
/* SCSS */
$brand: #c022df;
/* SwiftUI */
Color(red: 0.753, green: 0.133, blue: 0.875)
/* Android */
Color.parseColor("#c022df")Accessibility — WCAG contrast
Aa
#c022df on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c022df on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green13.3%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta84.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c022df text on a black background
contrast 4.54:1
Card sample
#c022df text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c022df;
Background color
Panel with #c022df background
background-color: #c022df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c022df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 34, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 34, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c022df; background: linear-gradient(135deg, #c022df, #DF2280);