#ba6375
a balanced, soft red · warm · closest name: Pale Violet Red
At a glance
Every number on this page in one read: what #ba6375 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 | #ba6375 |
| RGB | rgb(186, 99, 117) |
| HSL | hsl(348, 39%, 56%) |
| CMYK | cmyk(0%, 47%, 37%, 27%) |
| LAB | lab(52.6 36.9 5.8) |
| LCH | lch(52.6 37.3 8.9) |
| OKLCH | oklch(0.605 0.113 7.8) |
| Decimal | 12215157 |
| Display P3 | color(display-p3 0.729 0.388 0.459) |
Copy-ready code
/* CSS */
color: #ba6375;
background-color: #ba6375;
/* Tailwind (arbitrary) */
class="text-[#ba6375] bg-[#ba6375]"
/* SCSS */
$brand: #ba6375;
/* SwiftUI */
Color(red: 0.729, green: 0.388, blue: 0.459)
/* Android */
Color.parseColor("#ba6375")
/* Flutter */
Color(0xFFBA6375)
/* Python / OpenCV (BGR) */
(117, 99, 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. #ba6375 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: #FAF5F6;
--brand-100: #F4EBED;
--brand-200: #E9D3D7;
--brand-300: #DDB1BA;
--brand-400: #CB8A98;
--brand-500: #ba6375;
--brand-600: #AA4B5F;
--brand-700: #8D3F4F;
--brand-800: #71323F;
--brand-900: #532730;
--brand-950: #34191E;
--brand: #ba6375;
--brand-ink: #000000;
}Colors that work with #ba6375
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 #ba6375
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 | #63BAA8 | Directly opposite — maximum tension | |
| Analogous left | #BA63A1 | Neighbour, quieter | |
| Analogous right | #BA7D63 | Neighbour, quieter | |
| Split-complement 1 | #63BA7D | Contrast without the clash | |
| Split-complement 2 | #63A1BA | Contrast without the clash | |
| Triadic 1 | #75BA63 | Even thirds — balanced and loud | |
| Triadic 2 | #6375BA | Even thirds — balanced and loud | |
| Tetradic | #A1BA63 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ba6375 text on a black background
contrast 5.13:1
#ba6375 text on a white background
contrast 4.09:1
CSS3 live lab
The quick brown fox
color: #ba6375;
background-color: #ba6375;
Glowing headline
text-shadow: 2px 2px 8px #ba6375;
Soft neon halo
text-shadow: 0 0 14px rgba(186, 99, 117, 0.45);
box-shadow: 0 12px 32px -8px rgba(186, 99, 117, 0.45);
border: 3px solid #ba6375; background: linear-gradient(135deg, #ba6375, #BA8B63);
Monochromatic scale
Palettes built from #ba6375
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: Dusty Rose (#b76e79) — ΔE2000 3.4 away, with its history, psychology and brand usage.
#ba6375 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.
#ba6375, answered
What color is #ba6375?
#ba6375 is a balanced soft red, closest to Pale Violet Red (ΔE2000 8.6). It sits at 348° on the hue wheel with 39% saturation and 56% lightness, which reads as warm.
What is the RGB value of #ba6375?
rgb(186, 99, 117) — 186 red, 99 green and 117 blue out of 255, or 72.9% / 38.8% / 45.9% by channel.
Is #ba6375 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2065 and perceived brightness is 52%, so black text on it reaches 5.13:1.
Should I use black or white text on #ba6375?
Black. It scores 5.13:1 against #ba6375, versus 4.09:1 for white — AA at any size.
What is the complementary color of #ba6375?
#63BAA8 sits directly opposite on the wheel. Softer options are the split-complements #63BA7D and #63A1BA, which give the same contrast with far less vibration.
What colors go well with #ba6375?
For interface work: #FAF4F6 as the surface, #E6C6CD for borders, #9B4B5B for secondary text, #3A926A as an accent and #582731 for hover and pressed states. For a palette, the analogous pair #BA63A1 and #BA7D63 stays calm, while #63BAA8 is the loudest partner.
What is #ba6375 in CMYK for printing?
cmyk(0%, 47%, 37%, 27%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ba6375 warm or cool?
Warm — it scores 24 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BA7163; nudged cooler, #BC6195.