#c62fd2
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
198, 47, 210
HSL
296°, 64%, 50%
CMYK
6, 78, 0, 18
Luminance
0.1869
Every format
| HEX | #c62fd2 |
| RGB | rgb(198, 47, 210) |
| HSL | hsl(296, 64%, 50%) |
| CMYK | cmyk(6%, 78%, 0%, 18%) |
| LAB | lab(50.3 75.7 -52.0) |
| LCH | lch(50.3 91.8 325.5) |
| OKLCH | oklch(0.605 0.251 324.7) |
Copy-ready code
/* CSS */
color: #c62fd2;
background-color: #c62fd2;
/* Tailwind (arbitrary) */
class="text-[#c62fd2] bg-[#c62fd2]"
/* SCSS */
$brand: #c62fd2;
/* SwiftUI */
Color(red: 0.776, green: 0.184, blue: 0.824)
/* Android */
Color.parseColor("#c62fd2")Accessibility — WCAG contrast
Aa
#c62fd2 on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c62fd2 on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green18.4%
Blue82.4%
CMYK percentages
Cyan5.7%
Magenta77.6%
Yellow0.0%
Key (black)17.6%
Color previews
#c62fd2 text on a black background
contrast 4.74:1
Card sample
#c62fd2 text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c62fd2;
Background color
Panel with #c62fd2 background
background-color: #c62fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c62fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 47, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 47, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c62fd2; background: linear-gradient(135deg, #c62fd2, #D22F71);