#341b21
a deep, soft red · warm · closest name: Black
At a glance
Every number on this page in one read: what #341b21 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 | #341b21 |
| RGB | rgb(52, 27, 33) |
| HSL | hsl(346, 32%, 16%) |
| CMYK | cmyk(0%, 48%, 37%, 80%) |
| LAB | lab(13.4 13.3 1.2) |
| LCH | lch(13.4 13.4 5.3) |
| OKLCH | oklch(0.258 0.040 4.8) |
| Decimal | 3414817 |
| Display P3 | color(display-p3 0.204 0.106 0.129) |
Copy-ready code
/* CSS */
color: #341b21;
background-color: #341b21;
/* Tailwind (arbitrary) */
class="text-[#341b21] bg-[#341b21]"
/* SCSS */
$brand: #341b21;
/* SwiftUI */
Color(red: 0.204, green: 0.106, blue: 0.129)
/* Android */
Color.parseColor("#341b21")
/* Flutter */
Color(0xFF341B21)
/* Python / OpenCV (BGR) */
(33, 27, 52)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. #341b21 is pinned to step 950; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F5F6;
--brand-100: #F3ECEE;
--brand-200: #E7D5D9;
--brand-300: #D9B5BE;
--brand-400: #C5909D;
--brand-500: #B26B7C;
--brand-600: #A15466;
--brand-700: #864655;
--brand-800: #6B3844;
--brand-900: #4F2B34;
--brand-950: #341b21;
--brand: #341b21;
--brand-ink: #ffffff;
}Colors that work with #341b21
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 #341b21
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 | #1B342E | Directly opposite — maximum tension | |
| Analogous left | #341B2E | Neighbour, quieter | |
| Analogous right | #34221B | Neighbour, quieter | |
| Split-complement 1 | #1B3422 | Contrast without the clash | |
| Split-complement 2 | #1B2E34 | Contrast without the clash | |
| Triadic 1 | #21341B | Even thirds — balanced and loud | |
| Triadic 2 | #1B2134 | Even thirds — balanced and loud | |
| Tetradic | #2E341B | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#341b21 text on a black background
contrast 1.32:1
#341b21 text on a white background
contrast 15.85:1
CSS3 live lab
The quick brown fox
color: #341b21;
background-color: #341b21;
Glowing headline
text-shadow: 2px 2px 8px #341b21;
Soft neon halo
text-shadow: 0 0 14px rgba(52, 27, 33, 0.45);
box-shadow: 0 12px 32px -8px rgba(52, 27, 33, 0.45);
border: 3px solid #341b21; background: linear-gradient(135deg, #341b21, #34261B);
Monochromatic scale
Palettes built from #341b21
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 13.6 away, with its history, psychology and brand usage.
#341b21 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.
#341b21, answered
What color is #341b21?
#341b21 is a deep soft red, closest to Black (ΔE2000 16). It sits at 346° on the hue wheel with 32% saturation and 16% lightness, which reads as warm.
What is the RGB value of #341b21?
rgb(52, 27, 33) — 52 red, 27 green and 33 blue out of 255, or 20.4% / 10.6% / 12.9% by channel.
Is #341b21 a light or a dark color?
It is a dark color. Relative luminance is 0.0162 and perceived brightness is 14%, so white text on it reaches 15.85:1.
Should I use black or white text on #341b21?
White. It scores 15.85:1 against #341b21, versus 1.32:1 for black — AAA at any size.
What is the complementary color of #341b21?
#1B342E sits directly opposite on the wheel. Softer options are the split-complements #1B3422 and #1B2E34, which give the same contrast with far less vibration.
What colors go well with #341b21?
For interface work: #FAF5F6 as the surface, #E3C9CF for borders, #974E60 for secondary text, #193628 as an accent and #542C35 for hover and pressed states. For a palette, the analogous pair #341B2E and #34221B stays calm, while #1B342E is the loudest partner.
What is #341b21 in CMYK for printing?
cmyk(0%, 48%, 37%, 80%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #341b21 warm or cool?
Warm — it scores 27 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #341E1B; nudged cooler, #351A2A.