#46331f
a deep, soft orange · warm · closest name: darkslategray
RGB
70, 51, 31
HSL
31°, 39%, 20%
CMYK
0, 27, 56, 73
Luminance
0.0377
Every format
| HEX | #46331f |
| RGB | rgb(70, 51, 31) |
| HSL | hsl(31, 39%, 20%) |
| CMYK | cmyk(0%, 27%, 56%, 73%) |
| LAB | lab(22.9 5.7 16.0) |
| LCH | lch(22.9 16.9 70.5) |
| OKLCH | oklch(0.337 0.042 67.0) |
Copy-ready code
/* CSS */
color: #46331f;
background-color: #46331f;
/* Tailwind (arbitrary) */
class="text-[#46331f] bg-[#46331f]"
/* SCSS */
$brand: #46331f;
/* SwiftUI */
Color(red: 0.275, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#46331f")Accessibility — WCAG contrast
Aa
#46331f on white: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#46331f on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow55.7%
Key (black)72.5%
Color previews
#46331f text on a black background
contrast 1.75:1
Card sample
#46331f text on a white background
contrast 11.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46331f;
Background color
Panel with #46331f background
background-color: #46331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46331f; background: linear-gradient(135deg, #46331f, #3F461F);