#c028cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
192, 40, 207
HSL
295°, 68%, 48%
CMYK
7, 81, 0, 19
Luminance
0.1723
Every format
| HEX | #c028cf |
| RGB | rgb(192, 40, 207) |
| HSL | hsl(295, 68%, 48%) |
| CMYK | cmyk(7%, 81%, 0%, 19%) |
| LAB | lab(48.5 75.9 -53.2) |
| LCH | lch(48.5 92.7 325.0) |
| OKLCH | oklch(0.590 0.252 323.9) |
Copy-ready code
/* CSS */
color: #c028cf;
background-color: #c028cf;
/* Tailwind (arbitrary) */
class="text-[#c028cf] bg-[#c028cf]"
/* SCSS */
$brand: #c028cf;
/* SwiftUI */
Color(red: 0.753, green: 0.157, blue: 0.812)
/* Android */
Color.parseColor("#c028cf")Accessibility — WCAG contrast
Aa
#c028cf on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c028cf on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green15.7%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta80.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c028cf text on a black background
contrast 4.45:1
Card sample
#c028cf text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c028cf;
Background color
Panel with #c028cf background
background-color: #c028cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c028cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 40, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 40, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c028cf; background: linear-gradient(135deg, #c028cf, #CF286F);