#46331c
a deep, soft orange · warm · closest name: darkslategray
RGB
70, 51, 28
HSL
33°, 43%, 19%
CMYK
0, 27, 60, 73
Luminance
0.0375
Every format
| HEX | #46331c |
| RGB | rgb(70, 51, 28) |
| HSL | hsl(33, 43%, 19%) |
| CMYK | cmyk(0%, 27%, 60%, 73%) |
| LAB | lab(22.8 5.3 17.8) |
| LCH | lch(22.8 18.6 73.3) |
| OKLCH | oklch(0.337 0.045 70.6) |
Copy-ready code
/* CSS */
color: #46331c;
background-color: #46331c;
/* Tailwind (arbitrary) */
class="text-[#46331c] bg-[#46331c]"
/* SCSS */
$brand: #46331c;
/* SwiftUI */
Color(red: 0.275, green: 0.200, blue: 0.110)
/* Android */
Color.parseColor("#46331c")Accessibility — WCAG contrast
Aa
#46331c on white: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#46331c on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.0%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow60.0%
Key (black)72.5%
Color previews
#46331c text on a black background
contrast 1.75:1
Card sample
#46331c text on a white background
contrast 12.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46331c;
Background color
Panel with #46331c background
background-color: #46331c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46331c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 51, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 51, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46331c; background: linear-gradient(135deg, #46331c, #3D461C);