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