#b08093
a balanced, soft magenta / pink · warm · closest name: Rosy Brown
At a glance
Every number on this page in one read: what #b08093 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 | #b08093 |
| RGB | rgb(176, 128, 147) |
| HSL | hsl(336, 23%, 60%) |
| CMYK | cmyk(0%, 27%, 17%, 31%) |
| LAB | lab(58.8 21.5 -2.9) |
| LCH | lch(58.8 21.7 352.4) |
| OKLCH | oklch(0.653 0.064 353.5) |
| Decimal | 11567251 |
| Display P3 | color(display-p3 0.690 0.502 0.576) |
Copy-ready code
/* CSS */
color: #b08093;
background-color: #b08093;
/* Tailwind (arbitrary) */
class="text-[#b08093] bg-[#b08093]"
/* SCSS */
$brand: #b08093;
/* SwiftUI */
Color(red: 0.690, green: 0.502, blue: 0.576)
/* Android */
Color.parseColor("#b08093")
/* Flutter */
Color(0xFFB08093)
/* Python / OpenCV (BGR) */
(147, 128, 176)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. #b08093 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: #F9F6F7;
--brand-100: #F2EDEF;
--brand-200: #E5D7DC;
--brand-300: #D4BAC4;
--brand-400: #BE97A7;
--brand-500: #b08093;
--brand-600: #975E74;
--brand-700: #7E4E61;
--brand-800: #653F4E;
--brand-900: #4A303A;
--brand-950: #2E1E25;
--brand: #b08093;
--brand-ink: #000000;
}Colors that work with #b08093
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 #b08093
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 | #80B09D | Directly opposite — maximum tension | |
| Analogous left | #B080AB | Neighbour, quieter | |
| Analogous right | #B08580 | Neighbour, quieter | |
| Split-complement 1 | #80B085 | Contrast without the clash | |
| Split-complement 2 | #80ABB0 | Contrast without the clash | |
| Triadic 1 | #93B080 | Even thirds — balanced and loud | |
| Triadic 2 | #8093B0 | Even thirds — balanced and loud | |
| Tetradic | #ABB080 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b08093 text on a black background
contrast 6.36:1
#b08093 text on a white background
contrast 3.30:1
CSS3 live lab
The quick brown fox
color: #b08093;
background-color: #b08093;
Glowing headline
text-shadow: 2px 2px 8px #b08093;
Soft neon halo
text-shadow: 0 0 14px rgba(176, 128, 147, 0.45);
box-shadow: 0 12px 32px -8px rgba(176, 128, 147, 0.45);
border: 3px solid #b08093; background: linear-gradient(135deg, #b08093, #B08D80);
Monochromatic scale
Palettes built from #b08093
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 8.1 away, with its history, psychology and brand usage.
#b08093 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.
#b08093, answered
What color is #b08093?
#b08093 is a balanced soft magenta / pink, closest to Rosy Brown (ΔE2000 8.3). It sits at 336° on the hue wheel with 23% saturation and 60% lightness, which reads as warm.
What is the RGB value of #b08093?
rgb(176, 128, 147) — 176 red, 128 green and 147 blue out of 255, or 69% / 50.2% / 57.6% by channel.
Is #b08093 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2678 and perceived brightness is 57%, so black text on it reaches 6.36:1.
Should I use black or white text on #b08093?
Black. It scores 6.36:1 against #b08093, versus 3.30:1 for white — AA at any size.
What is the complementary color of #b08093?
#80B09D sits directly opposite on the wheel. Softer options are the split-complements #80B085 and #80ABB0, which give the same contrast with far less vibration.
What colors go well with #b08093?
For interface work: #F9F6F7 as the surface, #E0CDD4 for borders, #8D586D for secondary text, #4A825E as an accent and #4F313D for hover and pressed states. For a palette, the analogous pair #B080AB and #B08580 stays calm, while #80B09D is the loudest partner.
What is #b08093 in CMYK for printing?
cmyk(0%, 27%, 17%, 31%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b08093 warm or cool?
Warm — it scores 37 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B08081; nudged cooler, #B27EA6.