#612350
a dark, vivid magenta / pink · warm · closest name: purple
RGB
97, 35, 80
HSL
317°, 47%, 26%
CMYK
0, 64, 18, 62
Luminance
0.0432
Every format
| HEX | #612350 |
| RGB | rgb(97, 35, 80) |
| HSL | hsl(317, 47%, 26%) |
| CMYK | cmyk(0%, 64%, 18%, 62%) |
| LAB | lab(24.7 33.9 -13.8) |
| LCH | lch(24.7 36.6 337.9) |
| OKLCH | oklch(0.365 0.107 339.7) |
Copy-ready code
/* CSS */
color: #612350;
background-color: #612350;
/* Tailwind (arbitrary) */
class="text-[#612350] bg-[#612350]"
/* SCSS */
$brand: #612350;
/* SwiftUI */
Color(red: 0.380, green: 0.137, blue: 0.314)
/* Android */
Color.parseColor("#612350")Accessibility — WCAG contrast
Aa
#612350 on white: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#612350 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green13.7%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow17.5%
Key (black)62.0%
Color previews
#612350 text on a black background
contrast 1.86:1
Card sample
#612350 text on a white background
contrast 11.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #612350;
Background color
Panel with #612350 background
background-color: #612350;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #612350;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 35, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 35, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #612350; background: linear-gradient(135deg, #612350, #612327);