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