#c62fba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 47, 186
HSL
305°, 62%, 48%
CMYK
0, 76, 6, 22
Luminance
0.1758
Every format
| HEX | #c62fba |
| RGB | rgb(198, 47, 186) |
| HSL | hsl(305, 62%, 48%) |
| CMYK | cmyk(0%, 76%, 6%, 22%) |
| LAB | lab(49.0 71.9 -40.3) |
| LCH | lch(49.0 82.4 330.7) |
| OKLCH | oklch(0.591 0.234 331.7) |
Copy-ready code
/* CSS */
color: #c62fba;
background-color: #c62fba;
/* Tailwind (arbitrary) */
class="text-[#c62fba] bg-[#c62fba]"
/* SCSS */
$brand: #c62fba;
/* SwiftUI */
Color(red: 0.776, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#c62fba")Accessibility — WCAG contrast
Aa
#c62fba on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c62fba on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green18.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow6.1%
Key (black)22.4%
Color previews
#c62fba text on a black background
contrast 4.52:1
Card sample
#c62fba text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c62fba;
Background color
Panel with #c62fba background
background-color: #c62fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c62fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c62fba; background: linear-gradient(135deg, #c62fba, #C62F55);