#6f032c
a deep, electric magenta / pink · warm · closest name: maroon
RGB
111, 3, 44
HSL
337°, 95%, 22%
CMYK
0, 97, 60, 57
Luminance
0.0363
Every format
| HEX | #6f032c |
| RGB | rgb(111, 3, 44) |
| HSL | hsl(337, 95%, 22%) |
| CMYK | cmyk(0%, 97%, 60%, 57%) |
| LAB | lab(22.4 44.5 7.8) |
| LCH | lch(22.4 45.2 9.9) |
| OKLCH | oklch(0.349 0.137 8.3) |
Copy-ready code
/* CSS */
color: #6f032c;
background-color: #6f032c;
/* Tailwind (arbitrary) */
class="text-[#6f032c] bg-[#6f032c]"
/* SCSS */
$brand: #6f032c;
/* SwiftUI */
Color(red: 0.435, green: 0.012, blue: 0.173)
/* Android */
Color.parseColor("#6f032c")Accessibility — WCAG contrast
Aa
#6f032c on white: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f032c on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green1.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta97.3%
Yellow60.4%
Key (black)56.5%
Color previews
#6f032c text on a black background
contrast 1.73:1
Card sample
#6f032c text on a white background
contrast 12.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f032c;
Background color
Panel with #6f032c background
background-color: #6f032c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f032c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 3, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 3, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f032c; background: linear-gradient(135deg, #6f032c, #6F2203);