#6b261f
a dark, vivid red · warm · closest name: sienna
RGB
107, 38, 31
HSL
6°, 55%, 27%
CMYK
0, 65, 71, 58
Luminance
0.0461
Every format
| HEX | #6b261f |
| RGB | rgb(107, 38, 31) |
| HSL | hsl(6, 55%, 27%) |
| CMYK | cmyk(0%, 65%, 71%, 58%) |
| LAB | lab(25.6 30.3 20.6) |
| LCH | lch(25.6 36.7 34.2) |
| OKLCH | oklch(0.370 0.100 28.6) |
Copy-ready code
/* CSS */
color: #6b261f;
background-color: #6b261f;
/* Tailwind (arbitrary) */
class="text-[#6b261f] bg-[#6b261f]"
/* SCSS */
$brand: #6b261f;
/* SwiftUI */
Color(red: 0.420, green: 0.149, blue: 0.122)
/* Android */
Color.parseColor("#6b261f")Accessibility — WCAG contrast
Aa
#6b261f on white: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6b261f on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green14.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta64.5%
Yellow71.0%
Key (black)58.0%
Color previews
#6b261f text on a black background
contrast 1.92:1
Card sample
#6b261f text on a white background
contrast 10.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b261f;
Background color
Panel with #6b261f background
background-color: #6b261f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b261f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 38, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 38, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b261f; background: linear-gradient(135deg, #6b261f, #6B591F);