#b0959f
a balanced, muted magenta / pink · warm · closest name: Rosy Brown
At a glance
Every number on this page in one read: what #b0959f 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 | #b0959f |
| RGB | rgb(176, 149, 159) |
| HSL | hsl(338, 15%, 64%) |
| CMYK | cmyk(0%, 15%, 10%, 31%) |
| LAB | lab(64.3 11.8 -1.5) |
| LCH | lch(64.3 11.8 352.7) |
| OKLCH | oklch(0.697 0.035 353.7) |
| Decimal | 11572639 |
| Display P3 | color(display-p3 0.690 0.584 0.624) |
Copy-ready code
/* CSS */
color: #b0959f;
background-color: #b0959f;
/* Tailwind (arbitrary) */
class="text-[#b0959f] bg-[#b0959f]"
/* SCSS */
$brand: #b0959f;
/* SwiftUI */
Color(red: 0.690, green: 0.584, blue: 0.624)
/* Android */
Color.parseColor("#b0959f")
/* Flutter */
Color(0xFFB0959F)
/* Python / OpenCV (BGR) */
(159, 149, 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. #b0959f is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F8F6F7;
--brand-100: #F1EEEF;
--brand-200: #E2DADD;
--brand-300: #CFBFC5;
--brand-400: #b0959f;
--brand-500: #9F7E8B;
--brand-600: #8C6976;
--brand-700: #755762;
--brand-800: #5E464F;
--brand-900: #45353B;
--brand-950: #2B2125;
--brand: #b0959f;
--brand-ink: #000000;
}Colors that work with #b0959f
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 #b0959f
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Borders, dividers and quiet backgrounds
- ✓Long-form reading surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #95B0A6 | Directly opposite — maximum tension | |
| Analogous left | #B095AC | Neighbour, quieter | |
| Analogous right | #B09895 | Neighbour, quieter | |
| Split-complement 1 | #95B098 | Contrast without the clash | |
| Split-complement 2 | #95ACB0 | Contrast without the clash | |
| Triadic 1 | #9FB095 | Even thirds — balanced and loud | |
| Triadic 2 | #959FB0 | Even thirds — balanced and loud | |
| Tetradic | #ACB095 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b0959f text on a black background
contrast 7.65:1
#b0959f text on a white background
contrast 2.75:1
CSS3 live lab
The quick brown fox
color: #b0959f;
background-color: #b0959f;
Glowing headline
text-shadow: 2px 2px 8px #b0959f;
Soft neon halo
text-shadow: 0 0 14px rgba(176, 149, 159, 0.45);
box-shadow: 0 12px 32px -8px rgba(176, 149, 159, 0.45);
border: 3px solid #b0959f; background: linear-gradient(135deg, #b0959f, #B09D95);
Monochromatic scale
Palettes built from #b0959f
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: Lilac (#c8a2c8) — ΔE2000 10.7 away, with its history, psychology and brand usage.
#b0959f 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.
#b0959f, answered
What color is #b0959f?
#b0959f is a balanced muted magenta / pink, closest to Rosy Brown (ΔE2000 6.8). It sits at 338° on the hue wheel with 15% saturation and 64% lightness, which reads as warm.
What is the RGB value of #b0959f?
rgb(176, 149, 159) — 176 red, 149 green and 159 blue out of 255, or 69% / 58.4% / 62.4% by channel.
Is #b0959f a light or a dark color?
It is a mid-tone. Relative luminance is 0.3323 and perceived brightness is 62%, so black text on it reaches 7.65:1.
Should I use black or white text on #b0959f?
Black. It scores 7.65:1 against #b0959f, versus 2.75:1 for white — AAA at any size.
What is the complementary color of #b0959f?
#95B0A6 sits directly opposite on the wheel. Softer options are the split-complements #95B098 and #95ACB0, which give the same contrast with far less vibration.
What colors go well with #b0959f?
For interface work: #F8F6F7 as the surface, #DCD0D5 for borders, #84626E for secondary text, #537961 as an accent and #49363D for hover and pressed states. For a palette, the analogous pair #B095AC and #B09895 stays calm, while #95B0A6 is the loudest partner.
What is #b0959f in CMYK for printing?
cmyk(0%, 15%, 10%, 31%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b0959f warm or cool?
Warm — it scores 41 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B09595; nudged cooler, #B293AA.