#6f0b21
a deep, electric red · warm · closest name: maroon
RGB
111, 11, 33
HSL
347°, 82%, 24%
CMYK
0, 90, 70, 57
Luminance
0.0373
Every format
| HEX | #6f0b21 |
| RGB | rgb(111, 11, 33) |
| HSL | hsl(347, 82%, 24%) |
| CMYK | cmyk(0%, 90%, 70%, 57%) |
| LAB | lab(22.8 42.0 15.9) |
| LCH | lch(22.8 45.0 20.8) |
| OKLCH | oklch(0.351 0.131 16.8) |
Copy-ready code
/* CSS */
color: #6f0b21;
background-color: #6f0b21;
/* Tailwind (arbitrary) */
class="text-[#6f0b21] bg-[#6f0b21]"
/* SCSS */
$brand: #6f0b21;
/* SwiftUI */
Color(red: 0.435, green: 0.043, blue: 0.129)
/* Android */
Color.parseColor("#6f0b21")Accessibility — WCAG contrast
Aa
#6f0b21 on white: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f0b21 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green4.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow70.3%
Key (black)56.5%
Color previews
#6f0b21 text on a black background
contrast 1.75:1
Card sample
#6f0b21 text on a white background
contrast 12.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f0b21;
Background color
Panel with #6f0b21 background
background-color: #6f0b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f0b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 11, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 11, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f0b21; background: linear-gradient(135deg, #6f0b21, #6F380B);