#61103c
a deep, vivid magenta / pink · warm · closest name: purple
RGB
97, 16, 60
HSL
327°, 72%, 22%
CMYK
0, 84, 38, 62
Luminance
0.0324
Every format
| HEX | #61103c |
| RGB | rgb(97, 16, 60) |
| HSL | hsl(327, 72%, 22%) |
| CMYK | cmyk(0%, 84%, 38%, 62%) |
| LAB | lab(21.0 38.9 -5.8) |
| LCH | lch(21.0 39.4 351.5) |
| OKLCH | oklch(0.335 0.120 352.9) |
Copy-ready code
/* CSS */
color: #61103c;
background-color: #61103c;
/* Tailwind (arbitrary) */
class="text-[#61103c] bg-[#61103c]"
/* SCSS */
$brand: #61103c;
/* SwiftUI */
Color(red: 0.380, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#61103c")Accessibility — WCAG contrast
Aa
#61103c on white: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#61103c on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow38.1%
Key (black)62.0%
Color previews
#61103c text on a black background
contrast 1.65:1
Card sample
#61103c text on a white background
contrast 12.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61103c;
Background color
Panel with #61103c background
background-color: #61103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61103c; background: linear-gradient(135deg, #61103c, #611A10);