#ba705c
a balanced, soft red · warm · closest name: Indian Red
At a glance
Every number on this page in one read: what #ba705c 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 | #ba705c |
| RGB | rgb(186, 112, 92) |
| HSL | hsl(13, 41%, 55%) |
| CMYK | cmyk(0%, 40%, 51%, 27%) |
| LAB | lab(54.9 27.1 23.6) |
| LCH | lch(54.9 36.0 41.0) |
| OKLCH | oklch(0.621 0.099 35.9) |
| Decimal | 12218460 |
| Display P3 | color(display-p3 0.729 0.439 0.361) |
Copy-ready code
/* CSS */
color: #ba705c;
background-color: #ba705c;
/* Tailwind (arbitrary) */
class="text-[#ba705c] bg-[#ba705c]"
/* SCSS */
$brand: #ba705c;
/* SwiftUI */
Color(red: 0.729, green: 0.439, blue: 0.361)
/* Android */
Color.parseColor("#ba705c")
/* Flutter */
Color(0xFFBA705C)
/* Python / OpenCV (BGR) */
(92, 112, 186)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. #ba705c is pinned to step 500; 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: #F5EDEB;
--brand-200: #EAD7D2;
--brand-300: #DEBAB0;
--brand-400: #CD9789;
--brand-500: #ba705c;
--brand-600: #AC5E49;
--brand-700: #8F4E3D;
--brand-800: #733F31;
--brand-900: #543026;
--brand-950: #351E18;
--brand: #ba705c;
--brand-ink: #000000;
}Colors that work with #ba705c
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 #ba705c
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠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 | #5CA6BA | Directly opposite — maximum tension | |
| Analogous left | #BA5C77 | Neighbour, quieter | |
| Analogous right | #BA9F5C | Neighbour, quieter | |
| Split-complement 1 | #5CBA9F | Contrast without the clash | |
| Split-complement 2 | #5C77BA | Contrast without the clash | |
| Triadic 1 | #5CBA70 | Even thirds — balanced and loud | |
| Triadic 2 | #705CBA | Even thirds — balanced and loud | |
| Tetradic | #77BA5C | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ba705c text on a black background
contrast 5.56:1
#ba705c text on a white background
contrast 3.78:1
CSS3 live lab
The quick brown fox
color: #ba705c;
background-color: #ba705c;
Glowing headline
text-shadow: 2px 2px 8px #ba705c;
Soft neon halo
text-shadow: 0 0 14px rgba(186, 112, 92, 0.45);
box-shadow: 0 12px 32px -8px rgba(186, 112, 92, 0.45);
border: 3px solid #ba705c; background: linear-gradient(135deg, #ba705c, #BAAF5C);
Monochromatic scale
Palettes built from #ba705c
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: Terracotta (#e2725b) — ΔE2000 7.9 away, with its history, psychology and brand usage.
#ba705c 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.
#ba705c, answered
What color is #ba705c?
#ba705c is a balanced soft red, closest to Indian Red (ΔE2000 8.8). It sits at 13° on the hue wheel with 41% saturation and 55% lightness, which reads as warm.
What is the RGB value of #ba705c?
rgb(186, 112, 92) — 186 red, 112 green and 92 blue out of 255, or 72.9% / 43.9% / 36.1% by channel.
Is #ba705c a light or a dark color?
It is a mid-tone. Relative luminance is 0.2280 and perceived brightness is 54%, so black text on it reaches 5.56:1.
Should I use black or white text on #ba705c?
Black. It scores 5.56:1 against #ba705c, versus 3.78:1 for white — AA at any size.
What is the complementary color of #ba705c?
#5CA6BA sits directly opposite on the wheel. Softer options are the split-complements #5CBA9F and #5C77BA, which give the same contrast with far less vibration.
What colors go well with #ba705c?
For interface work: #FAF6F4 as the surface, #E7CDC6 for borders, #9B5C4B for secondary text, #389490 as an accent and #5A3126 for hover and pressed states. For a palette, the analogous pair #BA5C77 and #BA9F5C stays calm, while #5CA6BA is the loudest partner.
What is #ba705c in CMYK for printing?
cmyk(0%, 40%, 51%, 27%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ba705c warm or cool?
Warm — it scores 10 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BA7E5C; nudged cooler, #BC5A69.