#a8564e
a balanced, soft red · warm · closest name: Indian Red
At a glance
Every number on this page in one read: what #a8564e 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 | #a8564e |
| RGB | rgb(168, 86, 78) |
| HSL | hsl(5, 37%, 48%) |
| CMYK | cmyk(0%, 49%, 54%, 34%) |
| LAB | lab(46.4 32.8 20.1) |
| LCH | lch(46.4 38.4 31.4) |
| OKLCH | oklch(0.550 0.109 27.0) |
| Decimal | 11032142 |
| Display P3 | color(display-p3 0.659 0.337 0.306) |
Copy-ready code
/* CSS */
color: #a8564e;
background-color: #a8564e;
/* Tailwind (arbitrary) */
class="text-[#a8564e] bg-[#a8564e]"
/* SCSS */
$brand: #a8564e;
/* SwiftUI */
Color(red: 0.659, green: 0.337, blue: 0.306)
/* Android */
Color.parseColor("#a8564e")
/* Flutter */
Color(0xFFA8564E)
/* Python / OpenCV (BGR) */
(78, 86, 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. #a8564e is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAF6F5;
--brand-100: #F4ECEB;
--brand-200: #E9D5D3;
--brand-300: #DBB6B2;
--brand-400: #CA918C;
--brand-500: #B86D66;
--brand-600: #a8564e;
--brand-700: #8B4741;
--brand-800: #6F3934;
--brand-900: #522C29;
--brand-950: #331C19;
--brand: #a8564e;
--brand-ink: #ffffff;
}Colors that work with #a8564e
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 #a8564e
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠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 | #4EA0A8 | Directly opposite — maximum tension | |
| Analogous left | #A84E73 | Neighbour, quieter | |
| Analogous right | #A8834E | Neighbour, quieter | |
| Split-complement 1 | #4EA883 | Contrast without the clash | |
| Split-complement 2 | #4E73A8 | Contrast without the clash | |
| Triadic 1 | #4EA856 | Even thirds — balanced and loud | |
| Triadic 2 | #564EA8 | Even thirds — balanced and loud | |
| Tetradic | #73A84E | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#a8564e text on a black background
contrast 4.11:1
#a8564e text on a white background
contrast 5.11:1
CSS3 live lab
The quick brown fox
color: #a8564e;
background-color: #a8564e;
Glowing headline
text-shadow: 2px 2px 8px #a8564e;
Soft neon halo
text-shadow: 0 0 14px rgba(168, 86, 78, 0.45);
box-shadow: 0 12px 32px -8px rgba(168, 86, 78, 0.45);
border: 3px solid #a8564e; background: linear-gradient(135deg, #a8564e, #A8924E);
Monochromatic scale
Palettes built from #a8564e
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: Chestnut (#954535) — ΔE2000 7.2 away, with its history, psychology and brand usage.
#a8564e 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.
#a8564e, answered
What color is #a8564e?
#a8564e is a balanced soft red, closest to Indian Red (ΔE2000 8.4). It sits at 5° on the hue wheel with 37% saturation and 48% lightness, which reads as warm.
What is the RGB value of #a8564e?
rgb(168, 86, 78) — 168 red, 86 green and 78 blue out of 255, or 65.9% / 33.7% / 30.6% by channel.
Is #a8564e a light or a dark color?
It is a dark color. Relative luminance is 0.1553 and perceived brightness is 46%, so white text on it reaches 5.11:1.
Should I use black or white text on #a8564e?
White. It scores 5.11:1 against #a8564e, versus 4.11:1 for black — AA at any size.
What is the complementary color of #a8564e?
#4EA0A8 sits directly opposite on the wheel. Softer options are the split-complements #4EA883 and #4E73A8, which give the same contrast with far less vibration.
What colors go well with #a8564e?
For interface work: #FAF5F5 as the surface, #E5CAC7 for borders, #9B524B for secondary text, #3C9082 as an accent and #572D28 for hover and pressed states. For a palette, the analogous pair #A84E73 and #A8834E stays calm, while #4EA0A8 is the loudest partner.
What is #a8564e in CMYK for printing?
cmyk(0%, 49%, 54%, 34%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #a8564e warm or cool?
Warm — it scores 14 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #A86C4E; nudged cooler, #AA4B66.