#c62fd0
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
198, 47, 208
HSL
296°, 63%, 50%
CMYK
5, 77, 0, 18
Luminance
0.1859
Every format
| HEX | #c62fd0 |
| RGB | rgb(198, 47, 208) |
| HSL | hsl(296, 63%, 50%) |
| CMYK | cmyk(5%, 77%, 0%, 18%) |
| LAB | lab(50.2 75.3 -51.0) |
| LCH | lch(50.2 91.0 325.9) |
| OKLCH | oklch(0.604 0.250 325.3) |
Copy-ready code
/* CSS */
color: #c62fd0;
background-color: #c62fd0;
/* Tailwind (arbitrary) */
class="text-[#c62fd0] bg-[#c62fd0]"
/* SCSS */
$brand: #c62fd0;
/* SwiftUI */
Color(red: 0.776, green: 0.184, blue: 0.816)
/* Android */
Color.parseColor("#c62fd0")Accessibility — WCAG contrast
Aa
#c62fd0 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c62fd0 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green18.4%
Blue81.6%
CMYK percentages
Cyan4.8%
Magenta77.4%
Yellow0.0%
Key (black)18.4%
Color previews
#c62fd0 text on a black background
contrast 4.72:1
Card sample
#c62fd0 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c62fd0;
Background color
Panel with #c62fd0 background
background-color: #c62fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c62fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 47, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 47, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c62fd0; background: linear-gradient(135deg, #c62fd0, #D02F6F);