#6a3939
a dark, soft red · warm · closest name: sienna
RGB
106, 57, 57
HSL
0°, 30%, 32%
CMYK
0, 46, 46, 58
Luminance
0.0629
Every format
| HEX | #6a3939 |
| RGB | rgb(106, 57, 57) |
| HSL | hsl(0, 30%, 32%) |
| CMYK | cmyk(0%, 46%, 46%, 58%) |
| LAB | lab(30.1 21.6 9.6) |
| LCH | lch(30.1 23.7 23.9) |
| OKLCH | oklch(0.406 0.070 20.6) |
Copy-ready code
/* CSS */
color: #6a3939;
background-color: #6a3939;
/* Tailwind (arbitrary) */
class="text-[#6a3939] bg-[#6a3939]"
/* SCSS */
$brand: #6a3939;
/* SwiftUI */
Color(red: 0.416, green: 0.224, blue: 0.224)
/* Android */
Color.parseColor("#6a3939")Accessibility — WCAG contrast
Aa
#6a3939 on white: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6a3939 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green22.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow46.2%
Key (black)58.4%
Color previews
#6a3939 text on a black background
contrast 2.26:1
Card sample
#6a3939 text on a white background
contrast 9.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a3939;
Background color
Panel with #6a3939 background
background-color: #6a3939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a3939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 57, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 57, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a3939; background: linear-gradient(135deg, #6a3939, #6A5A39);