#6d5f36
a dark, soft yellow · warm · closest name: gray
RGB
109, 95, 54
HSL
45°, 34%, 32%
CMYK
0, 13, 51, 57
Luminance
0.1170
Every format
| HEX | #6d5f36 |
| RGB | rgb(109, 95, 54) |
| HSL | hsl(45, 34%, 32%) |
| CMYK | cmyk(0%, 13%, 51%, 57%) |
| LAB | lab(40.7 -0.4 25.4) |
| LCH | lch(40.7 25.4 90.9) |
| OKLCH | oklch(0.489 0.061 91.2) |
Copy-ready code
/* CSS */
color: #6d5f36;
background-color: #6d5f36;
/* Tailwind (arbitrary) */
class="text-[#6d5f36] bg-[#6d5f36]"
/* SCSS */
$brand: #6d5f36;
/* SwiftUI */
Color(red: 0.427, green: 0.373, blue: 0.212)
/* Android */
Color.parseColor("#6d5f36")Accessibility — WCAG contrast
Aa
#6d5f36 on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6d5f36 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green37.3%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow50.5%
Key (black)57.3%
Color previews
#6d5f36 text on a black background
contrast 3.34:1
Card sample
#6d5f36 text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6d5f36;
Background color
Panel with #6d5f36 background
background-color: #6d5f36;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6d5f36;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 95, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 95, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6d5f36; background: linear-gradient(135deg, #6d5f36, #566D36);