#463b39
a deep, muted red · warm · closest name: darkslategray
RGB
70, 59, 57
HSL
9°, 10%, 25%
CMYK
0, 16, 19, 73
Luminance
0.0473
Every format
| HEX | #463b39 |
| RGB | rgb(70, 59, 57) |
| HSL | hsl(9, 10%, 25%) |
| CMYK | cmyk(0%, 16%, 19%, 73%) |
| LAB | lab(25.9 4.4 3.0) |
| LCH | lch(25.9 5.3 34.4) |
| OKLCH | oklch(0.363 0.016 30.0) |
Copy-ready code
/* CSS */
color: #463b39;
background-color: #463b39;
/* Tailwind (arbitrary) */
class="text-[#463b39] bg-[#463b39]"
/* SCSS */
$brand: #463b39;
/* SwiftUI */
Color(red: 0.275, green: 0.231, blue: 0.224)
/* Android */
Color.parseColor("#463b39")Accessibility — WCAG contrast
Aa
#463b39 on white: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463b39 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green23.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow18.6%
Key (black)72.5%
Color previews
#463b39 text on a black background
contrast 1.95:1
Card sample
#463b39 text on a white background
contrast 10.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463b39;
Background color
Panel with #463b39 background
background-color: #463b39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463b39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 59, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 59, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463b39; background: linear-gradient(135deg, #463b39, #464439);