#4f3535
a dark, soft red · warm · closest name: darkslategray
RGB
79, 53, 53
HSL
0°, 20%, 26%
CMYK
0, 33, 33, 69
Luminance
0.0447
Every format
| HEX | #4f3535 |
| RGB | rgb(79, 53, 53) |
| HSL | hsl(0, 20%, 26%) |
| CMYK | cmyk(0%, 33%, 33%, 69%) |
| LAB | lab(25.2 11.7 4.7) |
| LCH | lch(25.2 12.6 21.9) |
| OKLCH | oklch(0.359 0.038 19.1) |
Copy-ready code
/* CSS */
color: #4f3535;
background-color: #4f3535;
/* Tailwind (arbitrary) */
class="text-[#4f3535] bg-[#4f3535]"
/* SCSS */
$brand: #4f3535;
/* SwiftUI */
Color(red: 0.310, green: 0.208, blue: 0.208)
/* Android */
Color.parseColor("#4f3535")Accessibility — WCAG contrast
Aa
#4f3535 on white: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f3535 on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green20.8%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow32.9%
Key (black)69.0%
Color previews
#4f3535 text on a black background
contrast 1.89:1
Card sample
#4f3535 text on a white background
contrast 11.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f3535;
Background color
Panel with #4f3535 background
background-color: #4f3535;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f3535;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 53, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 53, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f3535; background: linear-gradient(135deg, #4f3535, #4F4635);