#5d393d
a dark, soft red · warm · closest name: Brown
At a glance
Every number on this page in one read: what #5d393d is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #5d393d |
| RGB | rgb(93, 57, 61) |
| HSL | hsl(353, 24%, 29%) |
| CMYK | cmyk(0%, 39%, 34%, 64%) |
| LAB | lab(28.4 16.6 4.2) |
| LCH | lch(28.4 17.1 14.3) |
| OKLCH | oklch(0.389 0.051 12.5) |
| Decimal | 6109501 |
| Display P3 | color(display-p3 0.365 0.224 0.239) |
Copy-ready code
/* CSS */
color: #5d393d;
background-color: #5d393d;
/* Tailwind (arbitrary) */
class="text-[#5d393d] bg-[#5d393d]"
/* SCSS */
$brand: #5d393d;
/* SwiftUI */
Color(red: 0.365, green: 0.224, blue: 0.239)
/* Android */
Color.parseColor("#5d393d")
/* Flutter */
Color(0xFF5D393D)
/* Python / OpenCV (BGR) */
(61, 57, 93)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #5d393d is pinned to step 800; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F6F6;
--brand-100: #F3EDED;
--brand-200: #E5D7D8;
--brand-300: #D4B9BC;
--brand-400: #BF979B;
--brand-500: #AA747A;
--brand-600: #985D64;
--brand-700: #7E4E53;
--brand-800: #5d393d;
--brand-900: #4B3033;
--brand-950: #2F1E20;
--brand: #5d393d;
--brand-ink: #ffffff;
}Colors that work with #5d393d
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #5d393d
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Charts, tags and secondary surfaces
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text on black or near-black surfaces
- ⚠Black text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #395D59 | Directly opposite — maximum tension | |
| Analogous left | #5D394F | Neighbour, quieter | |
| Analogous right | #5D4739 | Neighbour, quieter | |
| Split-complement 1 | #395D47 | Contrast without the clash | |
| Split-complement 2 | #394F5D | Contrast without the clash | |
| Triadic 1 | #3D5D39 | Even thirds — balanced and loud | |
| Triadic 2 | #393D5D | Even thirds — balanced and loud | |
| Tetradic | #4F5D39 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#5d393d text on a black background
contrast 2.12:1
#5d393d text on a white background
contrast 9.91:1
CSS3 live lab
The quick brown fox
color: #5d393d;
background-color: #5d393d;
Glowing headline
text-shadow: 2px 2px 8px #5d393d;
Soft neon halo
text-shadow: 0 0 14px rgba(93, 57, 61, 0.45);
box-shadow: 0 12px 32px -8px rgba(93, 57, 61, 0.45);
border: 3px solid #5d393d; background: linear-gradient(135deg, #5d393d, #5D4D39);
Monochromatic scale
Palettes built from #5d393d
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Eggplant (#614051) — ΔE2000 6.3 away, with its history, psychology and brand usage.
#5d393d in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#5d393d, answered
What color is #5d393d?
#5d393d is a dark soft red, closest to Brown (ΔE2000 18.1). It sits at 353° on the hue wheel with 24% saturation and 29% lightness, which reads as warm.
What is the RGB value of #5d393d?
rgb(93, 57, 61) — 93 red, 57 green and 61 blue out of 255, or 36.5% / 22.4% / 23.9% by channel.
Is #5d393d a light or a dark color?
It is a dark color. Relative luminance is 0.0559 and perceived brightness is 27%, so white text on it reaches 9.91:1.
Should I use black or white text on #5d393d?
White. It scores 9.91:1 against #5d393d, versus 2.12:1 for black — AAA at any size.
What is the complementary color of #5d393d?
#395D59 sits directly opposite on the wheel. Softer options are the split-complements #395D47 and #394F5D, which give the same contrast with far less vibration.
What colors go well with #5d393d?
For interface work: #F9F6F6 as the surface, #E0CCCF for borders, #8E575D for secondary text, #366051 as an accent and #4F3034 for hover and pressed states. For a palette, the analogous pair #5D394F and #5D4739 stays calm, while #395D59 is the loudest partner.
What is #5d393d in CMYK for printing?
cmyk(0%, 39%, 34%, 64%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #5d393d warm or cool?
Warm — it scores 30 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #5D4239; nudged cooler, #5E374A.