#463921
a deep, soft orange · warm · closest name: darkslategray
RGB
70, 57, 33
HSL
39°, 36%, 20%
CMYK
0, 19, 53, 73
Luminance
0.0434
Every format
| HEX | #463921 |
| RGB | rgb(70, 57, 33) |
| HSL | hsl(39, 36%, 20%) |
| CMYK | cmyk(0%, 19%, 53%, 73%) |
| LAB | lab(24.8 2.0 17.1) |
| LCH | lch(24.8 17.2 83.4) |
| OKLCH | oklch(0.352 0.042 82.0) |
Copy-ready code
/* CSS */
color: #463921;
background-color: #463921;
/* Tailwind (arbitrary) */
class="text-[#463921] bg-[#463921]"
/* SCSS */
$brand: #463921;
/* SwiftUI */
Color(red: 0.275, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#463921")Accessibility — WCAG contrast
Aa
#463921 on white: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463921 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green22.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow52.9%
Key (black)72.5%
Color previews
#463921 text on a black background
contrast 1.87:1
Card sample
#463921 text on a white background
contrast 11.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463921;
Background color
Panel with #463921 background
background-color: #463921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463921; background: linear-gradient(135deg, #463921, #3A4621);