#c62fac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 47, 172
HSL
310°, 62%, 48%
CMYK
0, 76, 13, 22
Luminance
0.1702
Every format
| HEX | #c62fac |
| RGB | rgb(198, 47, 172) |
| HSL | hsl(310, 62%, 48%) |
| CMYK | cmyk(0%, 76%, 13%, 22%) |
| LAB | lab(48.3 69.8 -33.2) |
| LCH | lch(48.3 77.3 334.6) |
| OKLCH | oklch(0.584 0.224 336.2) |
Copy-ready code
/* CSS */
color: #c62fac;
background-color: #c62fac;
/* Tailwind (arbitrary) */
class="text-[#c62fac] bg-[#c62fac]"
/* SCSS */
$brand: #c62fac;
/* SwiftUI */
Color(red: 0.776, green: 0.184, blue: 0.675)
/* Android */
Color.parseColor("#c62fac")Accessibility — WCAG contrast
Aa
#c62fac on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c62fac on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green18.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow13.1%
Key (black)22.4%
Color previews
#c62fac text on a black background
contrast 4.40:1
Card sample
#c62fac text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c62fac;
Background color
Panel with #c62fac background
background-color: #c62fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c62fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 47, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 47, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c62fac; background: linear-gradient(135deg, #c62fac, #C62F47);