#5f4f2c
a dark, soft yellow · warm · closest name: gray
RGB
95, 79, 44
HSL
41°, 37%, 27%
CMYK
0, 17, 54, 63
Luminance
0.0821
Every format
| HEX | #5f4f2c |
| RGB | rgb(95, 79, 44) |
| HSL | hsl(41, 37%, 27%) |
| CMYK | cmyk(0%, 17%, 54%, 63%) |
| LAB | lab(34.4 1.6 23.0) |
| LCH | lch(34.4 23.1 86.1) |
| OKLCH | oklch(0.435 0.055 85.6) |
Copy-ready code
/* CSS */
color: #5f4f2c;
background-color: #5f4f2c;
/* Tailwind (arbitrary) */
class="text-[#5f4f2c] bg-[#5f4f2c]"
/* SCSS */
$brand: #5f4f2c;
/* SwiftUI */
Color(red: 0.373, green: 0.310, blue: 0.173)
/* Android */
Color.parseColor("#5f4f2c")Accessibility — WCAG contrast
Aa
#5f4f2c on white: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f4f2c on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green31.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow53.7%
Key (black)62.7%
Color previews
#5f4f2c text on a black background
contrast 2.64:1
Card sample
#5f4f2c text on a white background
contrast 7.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f4f2c;
Background color
Panel with #5f4f2c background
background-color: #5f4f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f4f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 79, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 79, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f4f2c; background: linear-gradient(135deg, #5f4f2c, #4D5F2C);