#a8373c
a dark, vivid red · warm · closest name: Brown
At a glance
Every number on this page in one read: what #a8373c 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 | #a8373c |
| RGB | rgb(168, 55, 60) |
| HSL | hsl(357, 51%, 44%) |
| CMYK | cmyk(0%, 67%, 64%, 34%) |
| LAB | lab(40.2 46.5 23.0) |
| LCH | lch(40.2 51.9 26.3) |
| OKLCH | oklch(0.503 0.148 21.8) |
| Decimal | 11024188 |
| Display P3 | color(display-p3 0.659 0.216 0.235) |
Copy-ready code
/* CSS */
color: #a8373c;
background-color: #a8373c;
/* Tailwind (arbitrary) */
class="text-[#a8373c] bg-[#a8373c]"
/* SCSS */
$brand: #a8373c;
/* SwiftUI */
Color(red: 0.659, green: 0.216, blue: 0.235)
/* Android */
Color.parseColor("#a8373c")
/* Flutter */
Color(0xFFA8373C)
/* Python / OpenCV (BGR) */
(60, 55, 168)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. #a8373c is pinned to step 700; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAF4F5;
--brand-100: #F6EAEA;
--brand-200: #EDCFD0;
--brand-300: #E3AAAD;
--brand-400: #D68084;
--brand-500: #C8565B;
--brand-600: #B83C42;
--brand-700: #a8373c;
--brand-800: #7B282C;
--brand-900: #5A2123;
--brand-950: #381416;
--brand: #a8373c;
--brand-ink: #ffffff;
}Colors that work with #a8373c
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 #a8373c
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #37A8A3 | Directly opposite — maximum tension | |
| Analogous left | #A83775 | Neighbour, quieter | |
| Analogous right | #A86A37 | Neighbour, quieter | |
| Split-complement 1 | #37A86A | Contrast without the clash | |
| Split-complement 2 | #3775A8 | Contrast without the clash | |
| Triadic 1 | #3CA837 | Even thirds — balanced and loud | |
| Triadic 2 | #373CA8 | Even thirds — balanced and loud | |
| Tetradic | #75A837 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#a8373c text on a black background
contrast 3.28:1
#a8373c text on a white background
contrast 6.41:1
CSS3 live lab
The quick brown fox
color: #a8373c;
background-color: #a8373c;
Glowing headline
text-shadow: 2px 2px 8px #a8373c;
Soft neon halo
text-shadow: 0 0 14px rgba(168, 55, 60, 0.45);
box-shadow: 0 12px 32px -8px rgba(168, 55, 60, 0.45);
border: 3px solid #a8373c; background: linear-gradient(135deg, #a8373c, #A87D37);
Monochromatic scale
Palettes built from #a8373c
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: Cardinal (#c41e3a) — ΔE2000 5.2 away, with its history, psychology and brand usage.
#a8373c 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.
#a8373c, answered
What color is #a8373c?
#a8373c is a dark vivid red, closest to Brown (ΔE2000 4.2). It sits at 357° on the hue wheel with 51% saturation and 44% lightness, which reads as warm.
What is the RGB value of #a8373c?
rgb(168, 55, 60) — 168 red, 55 green and 60 blue out of 255, or 65.9% / 21.6% / 23.5% by channel.
Is #a8373c a light or a dark color?
It is a dark color. Relative luminance is 0.1138 and perceived brightness is 40%, so white text on it reaches 6.41:1.
Should I use black or white text on #a8373c?
White. It scores 6.41:1 against #a8373c, versus 3.28:1 for black — AA at any size.
What is the complementary color of #a8373c?
#37A8A3 sits directly opposite on the wheel. Softer options are the split-complements #37A86A and #3775A8, which give the same contrast with far less vibration.
What colors go well with #a8373c?
For interface work: #FAF4F5 as the surface, #EBC2C3 for borders, #9B4B4E for secondary text, #2E9E7D as an accent and #601F22 for hover and pressed states. For a palette, the analogous pair #A83775 and #A86A37 stays calm, while #37A8A3 is the loudest partner.
What is #a8373c in CMYK for printing?
cmyk(0%, 67%, 64%, 34%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #a8373c warm or cool?
Warm — it scores 18 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #A85637; nudged cooler, #AA3565.