#96889b
a balanced, muted violet · neutral · closest name: Gray
At a glance
Every number on this page in one read: what #96889b is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #96889b |
| RGB | rgb(150, 136, 155) |
| HSL | hsl(284, 9%, 57%) |
| CMYK | cmyk(3%, 12%, 0%, 39%) |
| LAB | lab(58.5 8.9 -8.2) |
| LCH | lch(58.5 12.1 317.4) |
| OKLCH | oklch(0.645 0.032 317.2) |
| Decimal | 9865371 |
| Display P3 | color(display-p3 0.588 0.533 0.608) |
Copy-ready code
/* CSS */
color: #96889b;
background-color: #96889b;
/* Tailwind (arbitrary) */
class="text-[#96889b] bg-[#96889b]"
/* SCSS */
$brand: #96889b;
/* SwiftUI */
Color(red: 0.588, green: 0.533, blue: 0.608)
/* Android */
Color.parseColor("#96889b")
/* Flutter */
Color(0xFF96889B)
/* Python / OpenCV (BGR) */
(155, 136, 150)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. #96889b 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: #F8F7F8;
--brand-100: #F0EFF1;
--brand-200: #DFDBE0;
--brand-300: #C9C2CC;
--brand-400: #AEA4B2;
--brand-500: #96889b;
--brand-600: #7F7085;
--brand-700: #6A5D6F;
--brand-800: #554B59;
--brand-900: #403842;
--brand-950: #282329;
--brand: #96889b;
--brand-ink: #000000;
}Colors that work with #96889b
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 #96889b
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Borders, dividers and quiet backgrounds
- ✓Long-form reading 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 | #8D9B88 | Directly opposite — maximum tension | |
| Analogous left | #8D889B | Neighbour, quieter | |
| Analogous right | #9B8897 | Neighbour, quieter | |
| Split-complement 1 | #979B88 | Contrast without the clash | |
| Split-complement 2 | #889B8D | Contrast without the clash | |
| Triadic 1 | #9B9688 | Even thirds — balanced and loud | |
| Triadic 2 | #889B96 | Even thirds — balanced and loud | |
| Tetradic | #9B8D88 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#96889b text on a black background
contrast 6.29:1
#96889b text on a white background
contrast 3.34:1
CSS3 live lab
The quick brown fox
color: #96889b;
background-color: #96889b;
Glowing headline
text-shadow: 2px 2px 8px #96889b;
Soft neon halo
text-shadow: 0 0 14px rgba(150, 136, 155, 0.45);
box-shadow: 0 12px 32px -8px rgba(150, 136, 155, 0.45);
border: 3px solid #96889b; background: linear-gradient(135deg, #96889b, #9B8893);
Monochromatic scale
Palettes built from #96889b
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: Gray (#808080) — ΔE2000 12.4 away, with its history, psychology and brand usage.
#96889b 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.
#96889b, answered
What color is #96889b?
#96889b is a balanced muted violet, closest to Gray (ΔE2000 12.4). It sits at 284° on the hue wheel with 9% saturation and 57% lightness, which reads as neutral.
What is the RGB value of #96889b?
rgb(150, 136, 155) — 150 red, 136 green and 155 blue out of 255, or 58.8% / 53.3% / 60.8% by channel.
Is #96889b a light or a dark color?
It is a mid-tone. Relative luminance is 0.2646 and perceived brightness is 56%, so black text on it reaches 6.29:1.
Should I use black or white text on #96889b?
Black. It scores 6.29:1 against #96889b, versus 3.34:1 for white — AA at any size.
What is the complementary color of #96889b?
#8D9B88 sits directly opposite on the wheel. Softer options are the split-complements #979B88 and #889B8D, which give the same contrast with far less vibration.
What colors go well with #96889b?
For interface work: #F8F7F8 as the surface, #D8D3DA for borders, #77697D for secondary text, #667359 as an accent and #423A45 for hover and pressed states. For a palette, the analogous pair #8D889B and #9B8897 stays calm, while #8D9B88 is the loudest partner.
What is #96889b in CMYK for printing?
cmyk(3%, 12%, 0%, 39%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #96889b warm or cool?
Neutral — it scores 52 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #A59588; nudged cooler, #7C8C9D.