#393d46
a deep, muted blue · cool · closest name: Dark Slate Gray
At a glance
Every number on this page in one read: what #393d46 is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #393d46 |
| RGB | rgb(57, 61, 70) |
| HSL | hsl(222, 10%, 25%) |
| CMYK | cmyk(19%, 13%, 0%, 73%) |
| LAB | lab(25.7 0.6 -6.1) |
| LCH | lch(25.7 6.1 275.4) |
| OKLCH | oklch(0.360 0.017 266.5) |
| Decimal | 3751238 |
| Display P3 | color(display-p3 0.224 0.239 0.275) |
Copy-ready code
/* CSS */
color: #393d46;
background-color: #393d46;
/* Tailwind (arbitrary) */
class="text-[#393d46] bg-[#393d46]"
/* SCSS */
$brand: #393d46;
/* SwiftUI */
Color(red: 0.224, green: 0.239, blue: 0.275)
/* Android */
Color.parseColor("#393d46")
/* Flutter */
Color(0xFF393D46)
/* Python / OpenCV (BGR) */
(70, 61, 57)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. #393d46 is pinned to step 900; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F7F7F8;
--brand-100: #EEEFF1;
--brand-200: #DBDDE1;
--brand-300: #C1C5CD;
--brand-400: #A2A8B3;
--brand-500: #838A9A;
--brand-600: #6E7687;
--brand-700: #5C6270;
--brand-800: #494E5A;
--brand-900: #393d46;
--brand-950: #23252A;
--brand: #393d46;
--brand-ink: #ffffff;
}Colors that work with #393d46
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 #393d46
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Borders, dividers and quiet backgrounds
- ✓Long-form reading 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 | #464239 | Directly opposite — maximum tension | |
| Analogous left | #394346 | Neighbour, quieter | |
| Analogous right | #3C3946 | Neighbour, quieter | |
| Split-complement 1 | #463C39 | Contrast without the clash | |
| Split-complement 2 | #434639 | Contrast without the clash | |
| Triadic 1 | #46393D | Even thirds — balanced and loud | |
| Triadic 2 | #3D4639 | Even thirds — balanced and loud | |
| Tetradic | #463943 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#393d46 text on a black background
contrast 1.93:1
#393d46 text on a white background
contrast 10.88:1
CSS3 live lab
The quick brown fox
color: #393d46;
background-color: #393d46;
Glowing headline
text-shadow: 2px 2px 8px #393d46;
Soft neon halo
text-shadow: 0 0 14px rgba(57, 61, 70, 0.45);
box-shadow: 0 12px 32px -8px rgba(57, 61, 70, 0.45);
border: 3px solid #393d46; background: linear-gradient(135deg, #393d46, #3E3946);
Monochromatic scale
Palettes built from #393d46
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: Charcoal (#36454f) — ΔE2000 5.5 away, with its history, psychology and brand usage.
#393d46 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.
#393d46, answered
What color is #393d46?
#393d46 is a deep muted blue, closest to Dark Slate Gray (ΔE2000 14.1). It sits at 222° on the hue wheel with 10% saturation and 25% lightness, which reads as cool.
What is the RGB value of #393d46?
rgb(57, 61, 70) — 57 red, 61 green and 70 blue out of 255, or 22.4% / 23.9% / 27.5% by channel.
Is #393d46 a light or a dark color?
It is a dark color. Relative luminance is 0.0465 and perceived brightness is 24%, so white text on it reaches 10.88:1.
Should I use black or white text on #393d46?
White. It scores 10.88:1 against #393d46, versus 1.93:1 for black — AAA at any size.
What is the complementary color of #393d46?
#464239 sits directly opposite on the wheel. Softer options are the split-complements #463C39 and #434639, which give the same contrast with far less vibration.
What colors go well with #393d46?
For interface work: #F7F7F8 as the surface, #D2D5DA for borders, #676E7E for secondary text, #493E36 as an accent and #393D46 for hover and pressed states. For a palette, the analogous pair #394346 and #3C3946 stays calm, while #464239 is the loudest partner.
What is #393d46 in CMYK for printing?
cmyk(19%, 13%, 0%, 73%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #393d46 warm or cool?
Cool — it scores 63 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #3A3946; nudged cooler, #383F47.