#463523
a deep, soft orange · warm · closest name: darkslategray
RGB
70, 53, 35
HSL
31°, 33%, 21%
CMYK
0, 24, 50, 73
Luminance
0.0397
Every format
| HEX | #463523 |
| RGB | rgb(70, 53, 35) |
| HSL | hsl(31, 33%, 21%) |
| CMYK | cmyk(0%, 24%, 50%, 73%) |
| LAB | lab(23.6 4.8 14.3) |
| LCH | lch(23.6 15.0 71.3) |
| OKLCH | oklch(0.343 0.038 67.6) |
Copy-ready code
/* CSS */
color: #463523;
background-color: #463523;
/* Tailwind (arbitrary) */
class="text-[#463523] bg-[#463523]"
/* SCSS */
$brand: #463523;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.137)
/* Android */
Color.parseColor("#463523")Accessibility — WCAG contrast
Aa
#463523 on white: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463523 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue13.7%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow50.0%
Key (black)72.5%
Color previews
#463523 text on a black background
contrast 1.79:1
Card sample
#463523 text on a white background
contrast 11.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463523;
Background color
Panel with #463523 background
background-color: #463523;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463523;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463523; background: linear-gradient(135deg, #463523, #404623);