#6e0022
a deep, electric magenta / pink · warm · closest name: maroon
RGB
110, 0, 34
HSL
342°, 100%, 22%
CMYK
0, 100, 69, 57
Luminance
0.0343
Every format
| HEX | #6e0022 |
| RGB | rgb(110, 0, 34) |
| HSL | hsl(342, 100%, 22%) |
| CMYK | cmyk(0%, 100%, 69%, 57%) |
| LAB | lab(21.7 44.3 13.8) |
| LCH | lch(21.7 46.4 17.4) |
| OKLCH | oklch(0.343 0.137 14.0) |
Copy-ready code
/* CSS */
color: #6e0022;
background-color: #6e0022;
/* Tailwind (arbitrary) */
class="text-[#6e0022] bg-[#6e0022]"
/* SCSS */
$brand: #6e0022;
/* SwiftUI */
Color(red: 0.431, green: 0.000, blue: 0.133)
/* Android */
Color.parseColor("#6e0022")Accessibility — WCAG contrast
Aa
#6e0022 on white: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6e0022 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green0.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow69.1%
Key (black)56.9%
Color previews
#6e0022 text on a black background
contrast 1.69:1
Card sample
#6e0022 text on a white background
contrast 12.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e0022;
Background color
Panel with #6e0022 background
background-color: #6e0022;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e0022;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 0, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 0, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e0022; background: linear-gradient(135deg, #6e0022, #6E2700);