#6f193e
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
111, 25, 62
HSL
334°, 63%, 27%
CMYK
0, 78, 44, 57
Luminance
0.0442
Every format
| HEX | #6f193e |
| RGB | rgb(111, 25, 62) |
| HSL | hsl(334, 63%, 27%) |
| CMYK | cmyk(0%, 78%, 44%, 57%) |
| LAB | lab(25.0 40.2 -0.9) |
| LCH | lch(25.0 40.2 358.7) |
| OKLCH | oklch(0.370 0.123 359.1) |
Copy-ready code
/* CSS */
color: #6f193e;
background-color: #6f193e;
/* Tailwind (arbitrary) */
class="text-[#6f193e] bg-[#6f193e]"
/* SCSS */
$brand: #6f193e;
/* SwiftUI */
Color(red: 0.435, green: 0.098, blue: 0.243)
/* Android */
Color.parseColor("#6f193e")Accessibility — WCAG contrast
Aa
#6f193e on white: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f193e on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green9.8%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta77.5%
Yellow44.1%
Key (black)56.5%
Color previews
#6f193e text on a black background
contrast 1.88:1
Card sample
#6f193e text on a white background
contrast 11.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f193e;
Background color
Panel with #6f193e background
background-color: #6f193e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f193e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 25, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 25, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f193e; background: linear-gradient(135deg, #6f193e, #6F2D19);