#6f093c
a deep, electric magenta / pink · warm · closest name: purple
RGB
111, 9, 60
HSL
330°, 85%, 24%
CMYK
0, 92, 46, 57
Luminance
0.0390
Every format
| HEX | #6f093c |
| RGB | rgb(111, 9, 60) |
| HSL | hsl(330, 85%, 24%) |
| CMYK | cmyk(0%, 92%, 46%, 57%) |
| LAB | lab(23.4 44.6 -2.0) |
| LCH | lch(23.4 44.6 357.4) |
| OKLCH | oklch(0.357 0.138 358.0) |
Copy-ready code
/* CSS */
color: #6f093c;
background-color: #6f093c;
/* Tailwind (arbitrary) */
class="text-[#6f093c] bg-[#6f093c]"
/* SCSS */
$brand: #6f093c;
/* SwiftUI */
Color(red: 0.435, green: 0.035, blue: 0.235)
/* Android */
Color.parseColor("#6f093c")Accessibility — WCAG contrast
Aa
#6f093c on white: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f093c on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green3.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta91.9%
Yellow45.9%
Key (black)56.5%
Color previews
#6f093c text on a black background
contrast 1.78:1
Card sample
#6f093c text on a white background
contrast 11.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f093c;
Background color
Panel with #6f093c background
background-color: #6f093c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f093c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 9, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 9, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f093c; background: linear-gradient(135deg, #6f093c, #6F1A09);