#6a231b
a dark, vivid red · warm · closest name: maroon
RGB
106, 35, 27
HSL
6°, 59%, 26%
CMYK
0, 67, 75, 58
Luminance
0.0435
Every format
| HEX | #6a231b |
| RGB | rgb(106, 35, 27) |
| HSL | hsl(6, 59%, 26%) |
| CMYK | cmyk(0%, 67%, 75%, 58%) |
| LAB | lab(24.8 31.2 22.2) |
| LCH | lch(24.8 38.3 35.4) |
| OKLCH | oklch(0.363 0.103 29.4) |
Copy-ready code
/* CSS */
color: #6a231b;
background-color: #6a231b;
/* Tailwind (arbitrary) */
class="text-[#6a231b] bg-[#6a231b]"
/* SCSS */
$brand: #6a231b;
/* SwiftUI */
Color(red: 0.416, green: 0.137, blue: 0.106)
/* Android */
Color.parseColor("#6a231b")Accessibility — WCAG contrast
Aa
#6a231b on white: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6a231b on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green13.7%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta67.0%
Yellow74.5%
Key (black)58.4%
Color previews
#6a231b text on a black background
contrast 1.87:1
Card sample
#6a231b text on a white background
contrast 11.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a231b;
Background color
Panel with #6a231b background
background-color: #6a231b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a231b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 35, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 35, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a231b; background: linear-gradient(135deg, #6a231b, #6A581B);