#463535
a deep, muted red · warm · closest name: darkslategray
RGB
70, 53, 53
HSL
0°, 14%, 24%
CMYK
0, 24, 24, 73
Luminance
0.0411
Every format
| HEX | #463535 |
| RGB | rgb(70, 53, 53) |
| HSL | hsl(0, 14%, 24%) |
| CMYK | cmyk(0%, 24%, 24%, 73%) |
| LAB | lab(24.0 7.6 2.9) |
| LCH | lch(24.0 8.2 21.0) |
| OKLCH | oklch(0.348 0.025 18.4) |
Copy-ready code
/* CSS */
color: #463535;
background-color: #463535;
/* Tailwind (arbitrary) */
class="text-[#463535] bg-[#463535]"
/* SCSS */
$brand: #463535;
/* SwiftUI */
Color(red: 0.275, green: 0.208, blue: 0.208)
/* Android */
Color.parseColor("#463535")Accessibility — WCAG contrast
Aa
#463535 on white: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463535 on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green20.8%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow24.3%
Key (black)72.5%
Color previews
#463535 text on a black background
contrast 1.82:1
Card sample
#463535 text on a white background
contrast 11.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463535;
Background color
Panel with #463535 background
background-color: #463535;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463535;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 53, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 53, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463535; background: linear-gradient(135deg, #463535, #464035);