#6b4f3a
a dark, soft orange · warm · closest name: gray
RGB
107, 79, 58
HSL
26°, 30%, 32%
CMYK
0, 26, 46, 58
Luminance
0.0902
Every format
| HEX | #6b4f3a |
| RGB | rgb(107, 79, 58) |
| HSL | hsl(26, 30%, 32%) |
| CMYK | cmyk(0%, 26%, 46%, 58%) |
| LAB | lab(36.0 8.8 17.0) |
| LCH | lch(36.0 19.1 62.7) |
| OKLCH | oklch(0.452 0.050 58.0) |
Copy-ready code
/* CSS */
color: #6b4f3a;
background-color: #6b4f3a;
/* Tailwind (arbitrary) */
class="text-[#6b4f3a] bg-[#6b4f3a]"
/* SCSS */
$brand: #6b4f3a;
/* SwiftUI */
Color(red: 0.420, green: 0.310, blue: 0.227)
/* Android */
Color.parseColor("#6b4f3a")Accessibility — WCAG contrast
Aa
#6b4f3a on white: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6b4f3a on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green31.0%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow45.8%
Key (black)58.0%
Color previews
#6b4f3a text on a black background
contrast 2.80:1
Card sample
#6b4f3a text on a white background
contrast 7.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b4f3a;
Background color
Panel with #6b4f3a background
background-color: #6b4f3a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b4f3a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 79, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 79, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b4f3a; background: linear-gradient(135deg, #6b4f3a, #666B3A);