#c62fdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
198, 47, 223
HSL
292°, 73%, 53%
CMYK
11, 79, 0, 13
Luminance
0.1937
Every format
| HEX | #c62fdf |
| RGB | rgb(198, 47, 223) |
| HSL | hsl(292, 73%, 53%) |
| CMYK | cmyk(11%, 79%, 0%, 13%) |
| LAB | lab(51.1 77.8 -58.2) |
| LCH | lch(51.1 97.2 323.2) |
| OKLCH | oklch(0.613 0.261 321.4) |
Copy-ready code
/* CSS */
color: #c62fdf;
background-color: #c62fdf;
/* Tailwind (arbitrary) */
class="text-[#c62fdf] bg-[#c62fdf]"
/* SCSS */
$brand: #c62fdf;
/* SwiftUI */
Color(red: 0.776, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#c62fdf")Accessibility — WCAG contrast
Aa
#c62fdf on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c62fdf on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green18.4%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c62fdf text on a black background
contrast 4.87:1
Card sample
#c62fdf text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c62fdf;
Background color
Panel with #c62fdf background
background-color: #c62fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c62fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c62fdf; background: linear-gradient(135deg, #c62fdf, #DF2F82);