#4a331c
a deep, vivid orange · warm · closest name: darkslategray
RGB
74, 51, 28
HSL
30°, 45%, 20%
CMYK
0, 31, 62, 71
Luminance
0.0391
Every format
| HEX | #4a331c |
| RGB | rgb(74, 51, 28) |
| HSL | hsl(30, 45%, 20%) |
| CMYK | cmyk(0%, 31%, 62%, 71%) |
| LAB | lab(23.4 7.3 18.6) |
| LCH | lch(23.4 20.0 68.4) |
| OKLCH | oklch(0.342 0.049 64.9) |
Copy-ready code
/* CSS */
color: #4a331c;
background-color: #4a331c;
/* Tailwind (arbitrary) */
class="text-[#4a331c] bg-[#4a331c]"
/* SCSS */
$brand: #4a331c;
/* SwiftUI */
Color(red: 0.290, green: 0.200, blue: 0.110)
/* Android */
Color.parseColor("#4a331c")Accessibility — WCAG contrast
Aa
#4a331c on white: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a331c on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green20.0%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow62.2%
Key (black)71.0%
Color previews
#4a331c text on a black background
contrast 1.78:1
Card sample
#4a331c text on a white background
contrast 11.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a331c;
Background color
Panel with #4a331c background
background-color: #4a331c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a331c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 51, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 51, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a331c; background: linear-gradient(135deg, #4a331c, #424A1C);