#463519
a deep, vivid orange · warm · closest name: darkslategray
RGB
70, 53, 25
HSL
37°, 47%, 19%
CMYK
0, 24, 64, 73
Luminance
0.0392
Every format
| HEX | #463519 |
| RGB | rgb(70, 53, 25) |
| HSL | hsl(37, 47%, 19%) |
| CMYK | cmyk(0%, 24%, 64%, 73%) |
| LAB | lab(23.4 3.7 20.4) |
| LCH | lch(23.4 20.7 79.6) |
| OKLCH | oklch(0.341 0.049 78.4) |
Copy-ready code
/* CSS */
color: #463519;
background-color: #463519;
/* Tailwind (arbitrary) */
class="text-[#463519] bg-[#463519]"
/* SCSS */
$brand: #463519;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.098)
/* Android */
Color.parseColor("#463519")Accessibility — WCAG contrast
Aa
#463519 on white: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463519 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow64.3%
Key (black)72.5%
Color previews
#463519 text on a black background
contrast 1.78:1
Card sample
#463519 text on a white background
contrast 11.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463519;
Background color
Panel with #463519 background
background-color: #463519;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463519;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463519; background: linear-gradient(135deg, #463519, #394619);