#463530
a deep, soft red · warm · closest name: darkslategray
RGB
70, 53, 48
HSL
14°, 19%, 23%
CMYK
0, 24, 31, 73
Luminance
0.0406
Every format
| HEX | #463530 |
| RGB | rgb(70, 53, 48) |
| HSL | hsl(14, 19%, 23%) |
| CMYK | cmyk(0%, 24%, 31%, 73%) |
| LAB | lab(23.9 6.7 6.1) |
| LCH | lch(23.9 9.1 42.0) |
| OKLCH | oklch(0.346 0.026 37.0) |
Copy-ready code
/* CSS */
color: #463530;
background-color: #463530;
/* Tailwind (arbitrary) */
class="text-[#463530] bg-[#463530]"
/* SCSS */
$brand: #463530;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.188)
/* Android */
Color.parseColor("#463530")Accessibility — WCAG contrast
Aa
#463530 on white: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463530 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow31.4%
Key (black)72.5%
Color previews
#463530 text on a black background
contrast 1.81:1
Card sample
#463530 text on a white background
contrast 11.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463530;
Background color
Panel with #463530 background
background-color: #463530;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463530;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463530; background: linear-gradient(135deg, #463530, #464430);