#463514
a deep, vivid orange · warm · closest name: darkslategray
RGB
70, 53, 20
HSL
40°, 56%, 18%
CMYK
0, 24, 71, 73
Luminance
0.0390
Every format
| HEX | #463514 |
| RGB | rgb(70, 53, 20) |
| HSL | hsl(40, 56%, 18%) |
| CMYK | cmyk(0%, 24%, 71%, 73%) |
| LAB | lab(23.3 3.3 23.2) |
| LCH | lch(23.3 23.4 82.0) |
| OKLCH | oklch(0.340 0.054 81.7) |
Copy-ready code
/* CSS */
color: #463514;
background-color: #463514;
/* Tailwind (arbitrary) */
class="text-[#463514] bg-[#463514]"
/* SCSS */
$brand: #463514;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.078)
/* Android */
Color.parseColor("#463514")Accessibility — WCAG contrast
Aa
#463514 on white: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463514 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow71.4%
Key (black)72.5%
Color previews
#463514 text on a black background
contrast 1.78:1
Card sample
#463514 text on a white background
contrast 11.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463514;
Background color
Panel with #463514 background
background-color: #463514;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463514;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463514; background: linear-gradient(135deg, #463514, #364614);