#61104f
a deep, vivid magenta / pink · warm · closest name: purple
RGB
97, 16, 79
HSL
313°, 72%, 22%
CMYK
0, 84, 19, 62
Luminance
0.0348
Every format
| HEX | #61104f |
| RGB | rgb(97, 16, 79) |
| HSL | hsl(313, 72%, 22%) |
| CMYK | cmyk(0%, 84%, 19%, 62%) |
| LAB | lab(21.9 41.5 -17.5) |
| LCH | lch(21.9 45.1 337.1) |
| OKLCH | oklch(0.344 0.132 339.0) |
Copy-ready code
/* CSS */
color: #61104f;
background-color: #61104f;
/* Tailwind (arbitrary) */
class="text-[#61104f] bg-[#61104f]"
/* SCSS */
$brand: #61104f;
/* SwiftUI */
Color(red: 0.380, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#61104f")Accessibility — WCAG contrast
Aa
#61104f on white: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#61104f on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow18.6%
Key (black)62.0%
Color previews
#61104f text on a black background
contrast 1.70:1
Card sample
#61104f text on a white background
contrast 12.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61104f;
Background color
Panel with #61104f background
background-color: #61104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61104f; background: linear-gradient(135deg, #61104f, #611019);