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