#4b381f
a deep, soft orange · warm · closest name: darkslategray
RGB
75, 56, 31
HSL
34°, 42%, 21%
CMYK
0, 25, 59, 71
Luminance
0.0442
Every format
| HEX | #4b381f |
| RGB | rgb(75, 56, 31) |
| HSL | hsl(34, 42%, 21%) |
| CMYK | cmyk(0%, 25%, 59%, 71%) |
| LAB | lab(25.0 4.9 18.8) |
| LCH | lch(25.0 19.4 75.4) |
| OKLCH | oklch(0.355 0.047 72.9) |
Copy-ready code
/* CSS */
color: #4b381f;
background-color: #4b381f;
/* Tailwind (arbitrary) */
class="text-[#4b381f] bg-[#4b381f]"
/* SCSS */
$brand: #4b381f;
/* SwiftUI */
Color(red: 0.294, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#4b381f")Accessibility — WCAG contrast
Aa
#4b381f on white: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b381f on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green22.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow58.7%
Key (black)70.6%
Color previews
#4b381f text on a black background
contrast 1.88:1
Card sample
#4b381f text on a white background
contrast 11.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b381f;
Background color
Panel with #4b381f background
background-color: #4b381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b381f; background: linear-gradient(135deg, #4b381f, #414B1F);