#4f381f
a deep, soft orange · warm · closest name: darkslategray
RGB
79, 56, 31
HSL
31°, 44%, 22%
CMYK
0, 29, 61, 69
Luminance
0.0459
Every format
| HEX | #4f381f |
| RGB | rgb(79, 56, 31) |
| HSL | hsl(31, 44%, 22%) |
| CMYK | cmyk(0%, 29%, 61%, 69%) |
| LAB | lab(25.5 6.9 19.5) |
| LCH | lch(25.5 20.7 70.5) |
| OKLCH | oklch(0.361 0.050 67.4) |
Copy-ready code
/* CSS */
color: #4f381f;
background-color: #4f381f;
/* Tailwind (arbitrary) */
class="text-[#4f381f] bg-[#4f381f]"
/* SCSS */
$brand: #4f381f;
/* SwiftUI */
Color(red: 0.310, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#4f381f")Accessibility — WCAG contrast
Aa
#4f381f on white: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f381f on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green22.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow60.8%
Key (black)69.0%
Color previews
#4f381f text on a black background
contrast 1.92:1
Card sample
#4f381f text on a white background
contrast 10.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f381f;
Background color
Panel with #4f381f background
background-color: #4f381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f381f; background: linear-gradient(135deg, #4f381f, #464F1F);