#5f3f2c
a dark, soft orange · warm · closest name: sienna
RGB
95, 63, 44
HSL
22°, 37%, 27%
CMYK
0, 34, 54, 63
Luminance
0.0617
Every format
| HEX | #5f3f2c |
| RGB | rgb(95, 63, 44) |
| HSL | hsl(22, 37%, 27%) |
| CMYK | cmyk(0%, 34%, 54%, 63%) |
| LAB | lab(29.8 11.5 17.3) |
| LCH | lch(29.8 20.8 56.3) |
| OKLCH | oklch(0.400 0.054 51.3) |
Copy-ready code
/* CSS */
color: #5f3f2c;
background-color: #5f3f2c;
/* Tailwind (arbitrary) */
class="text-[#5f3f2c] bg-[#5f3f2c]"
/* SCSS */
$brand: #5f3f2c;
/* SwiftUI */
Color(red: 0.373, green: 0.247, blue: 0.173)
/* Android */
Color.parseColor("#5f3f2c")Accessibility — WCAG contrast
Aa
#5f3f2c on white: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f3f2c on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green24.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow53.7%
Key (black)62.7%
Color previews
#5f3f2c text on a black background
contrast 2.23:1
Card sample
#5f3f2c text on a white background
contrast 9.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f3f2c;
Background color
Panel with #5f3f2c background
background-color: #5f3f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f3f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 63, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 63, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f3f2c; background: linear-gradient(135deg, #5f3f2c, #5D5F2C);