#917e87
a balanced, muted gray · neutral · closest name: Gray
Token name suggestion: Atlas Graphite
#917e87 is a balanced muted gray, 332° on the wheel and 46/100 on the cool side. Put black text on it (5.54:1). As text it scores 3.79:1 on white — large text only. Nearest name is Gray, nearest Tailwind family is zinc.
At a glance
Every number on this page in one read: what #917e87 is made of, how bright it looks, and which way it leans.
Left edge is grey, right edge is full chroma; top is white, bottom is black. The dot is #917e87.
Near-neutral, so temperature is a whisper rather than a statement — the tinted siblings below show which way it can lean.
Green carries most of what the eye calls brightness — that is why WCAG weights it 0.7152.
Every format
| HEX | #917e87 |
| HEX (8-digit) | #917e87ff |
| RGB | rgb(145, 126, 135) |
| RGBA | rgba(145, 126, 135, 1) |
| HSL | hsl(332, 8%, 53%) |
| HSV / HSB | hsv(332, 13%, 57%) |
| HWB | hwb(332 49% 43%) |
| CMYK | cmyk(0%, 13%, 7%, 43%) |
| LAB | lab(54.8 8.9 -2.2) |
| LCH | lch(54.8 9.2 346.2) |
| OKLCH | oklch(0.613 0.027 347.7) |
| XYZ (D65) | xyz(23.51, 22.69, 26.06) |
| Decimal | 9535111 |
| Display P3 | color(display-p3 0.569 0.494 0.529) |
| Web-safe | #996699 |
Copy-ready code
/* CSS */
color: #917e87;
background-color: #917e87;
/* CSS custom property */
--brand: #917e87;
/* Tailwind (arbitrary) */
class="text-[#917e87] bg-[#917e87]"
/* SCSS */
$brand: #917e87;
/* SwiftUI */
Color(red: 0.569, green: 0.494, blue: 0.529)
/* UIKit */
UIColor(red: 0.569, green: 0.494, blue: 0.529, alpha: 1)
/* Android XML */
<color name="brand">#917E87</color>
/* Android Compose */
Color(0xFF917E87)
/* Flutter */
Color(0xFF917E87)
/* Python / OpenCV (BGR) */
(135, 126, 145)
/* Python / PIL (RGB) */
(145, 126, 135)
/* Java AWT */
new Color(145, 126, 135)
/* .NET */
Color.FromArgb(255, 145, 126, 135)
/* OpenGL / Unity (0–1) */
(0.5686f, 0.4941f, 0.5294f, 1f)
/* LaTeX */
\definecolor{brand}{RGB}{145,126,135}/* mix without leaving CSS */ background: color-mix(in oklab, #917e87 85%, white); border-color: color-mix(in oklab, #917e87 40%, transparent); /* theme-aware in one line */ color: light-dark(#453B3F, #E3DEE0); /* relative colour syntax */ --hover: hsl(from #917e87 h s calc(l - 7));
Design tokens
The same ramp in the four formats a team actually needs. Paste one and the whole palette lands with it.
:root {
--brand-50: #F8F7F7;
--brand-100: #F1EFF0;
--brand-200: #E0DCDE;
--brand-300: #CBC2C7;
--brand-400: #B1A4AA;
--brand-500: #917e87;
--brand-600: #84717A;
--brand-700: #6E5E66;
--brand-800: #584B51;
--brand-900: #42393D;
--brand-950: #292326;
--brand: #917e87;
--brand-ink: #000000;
--brand-surface: #F8F7F7;
--brand-border: #D9D3D6;
--brand-hover: #7F6C75;
--brand-pressed: #6C5C63;
}
@media (prefers-color-scheme: dark) {
:root {
--brand-surface: #1E1A1C;
--brand-ink: #E3DEE0;
}
}theme: {
extend: {
colors: {
brand: {
50: '#F8F7F7',
100: '#F1EFF0',
200: '#E0DCDE',
300: '#CBC2C7',
400: '#B1A4AA',
500: '#917e87',
600: '#84717A',
700: '#6E5E66',
800: '#584B51',
900: '#42393D',
950: '#292326',
DEFAULT: '#917e87',
},
},
},
}$brand: (
'50': #F8F7F7,
'100': #F1EFF0,
'200': #E0DCDE,
'300': #CBC2C7,
'400': #B1A4AA,
'500': #917e87,
'600': #84717A,
'700': #6E5E66,
'800': #584B51,
'900': #42393D,
'950': #292326,
);
$brand-base: #917e87;
$brand-ink: #000000;
@function brand($step) { @return map-get($brand, $step); }{
"color": {
"brand": {
"50": { "$value": "#F8F7F7", "$type": "color" },
"100": { "$value": "#F1EFF0", "$type": "color" },
"200": { "$value": "#E0DCDE", "$type": "color" },
"300": { "$value": "#CBC2C7", "$type": "color" },
"400": { "$value": "#B1A4AA", "$type": "color" },
"500": { "$value": "#917e87", "$type": "color" },
"600": { "$value": "#84717A", "$type": "color" },
"700": { "$value": "#6E5E66", "$type": "color" },
"800": { "$value": "#584B51", "$type": "color" },
"900": { "$value": "#42393D", "$type": "color" },
"950": { "$value": "#292326", "$type": "color" }
},
"brandInk": { "$value": "#000000", "$type": "color" }
}
}Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Make it accessible
A contrast checker tells you that you failed. This tells you what to ship instead — same hue, same saturation, lightness moved only as far as WCAG demands.
Large text — 24px regular or 18.66px bold and above — only needs 3:1, so #917E87 is enough for headings on white. Non-text elements such as icons, chart strokes and focus rings also sit at 3:1 under WCAG 2.2 (1.4.11).
Accessibility — WCAG contrast
Contrast is symmetric, so each row covers both directions: #917e87 as text on that neutral, and that neutral as text on #917e87.
| Neutral | Ratio | Verdict | Both directions |
|---|---|---|---|
| White#ffffff | 3.79:1 | AAAA lgAAA | AaAa |
| Slate 50#f8fafc | 3.62:1 | AAAA lgAAA | AaAa |
| Slate 100#f1f5f9 | 3.46:1 | AAAA lgAAA | AaAa |
| Slate 200#e2e8f0 | 3.08:1 | AAAA lgAAA | AaAa |
| Slate 300#cbd5e1 | 2.55:1 | AAAA lgAAA | AaAa |
| Slate 400#94a3b8 | 1.48:1 | AAAA lgAAA | AaAa |
| Slate 500#64748b | 1.26:1 | AAAA lgAAA | AaAa |
| Slate 600#475569 | 2.00:1 | AAAA lgAAA | AaAa |
| Slate 700#334155 | 2.73:1 | AAAA lgAAA | AaAa |
| Slate 800#1e293b | 3.86:1 | AAAA lgAAA | AaAa |
| Slate 900#0f172a | 4.71:1 | AAAA lgAAA | AaAa |
| Black#000000 | 5.54:1 | AAAA lgAAA | AaAa |
Roughly one man in twelve has some form of colour vision deficiency. If any of the three panels above is hard to tell apart from a neighbouring colour in your palette, add a shape, an icon or a label so the meaning does not rest on hue alone.
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #917e87 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.
The same eleven steps expressed in OKLCH, where equal lightness numbers actually look equally spaced. HSL ramps go muddy in the yellows and washed out in the blues; this one does not. Modern browsers render it natively — the hex ramp above is the fallback.
:root {
--brand-50: oklch(0.97 0.007 347.7);
--brand-100: oklch(0.94 0.011 347.7);
--brand-200: oklch(0.88 0.016 347.7);
--brand-300: oklch(0.80 0.021 347.7);
--brand-400: oklch(0.72 0.024 347.7);
--brand-500: oklch(0.64 0.027 347.7);
--brand-600: oklch(0.56 0.027 347.7);
--brand-700: oklch(0.48 0.025 347.7);
--brand-800: oklch(0.40 0.022 347.7);
--brand-900: oklch(0.32 0.019 347.7);
--brand-950: oklch(0.24 0.015 347.7);
}Colors that work with #917e87
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.
In real components
The same eight roles, wired into the interface patterns you will actually build with them. Every state below is a computed value, not a mock-up.
Focus ring uses the light variant so the field still reads as one shape.
The file stays available for seven days. Download it before it expires.
How to use #917e87
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
- ✓Neutral UI chrome and typography
- ⚠Small text on white — under 4.5:1
- ⚠Pairing with a same-lightness hue — edges vibrate
Meaning and mood
What a colour in this family tends to signal, and how this particular chroma and lightness change the reading.
Grey is the material the rest of the interface is built from: type, rules, surfaces, disabled states.
With almost no chroma left, the family association is barely present; treat it as a neutral that happens to lean this way. The mid lightness keeps it versatile in both themes.
Mid-greys are where accessibility quietly fails — check every step of your ladder, not just the ends.
- FormalityMedium
- EnergyLow
- Weight47/100
- TemperatureNeutral
- ApproachabilityBalanced
Colour associations are cultural and vary by market. Treat these as a starting point for a conversation with your audience, not a finding about them.
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 | #7E9188 | Directly opposite — maximum tension | |
| Analogous left | #917E90 | Neighbour, quieter | |
| Analogous right | #917E7E | Neighbour, quieter | |
| Split-complement 1 | #7E917E | Contrast without the clash | |
| Split-complement 2 | #7E9091 | Contrast without the clash | |
| Triadic 1 | #87917E | Even thirds — balanced and loud | |
| Triadic 2 | #7E8791 | Even thirds — balanced and loud | |
| Tetradic | #90917E | Fourth corner of the square scheme |
#917e87 sits at 332°. Every dot is a harmony position and links to its own page in the table alongside.
RGB percentages
CMYK percentages
Total ink coverage is 63%. Most commercial presses cap around 300% — above that, sheets stop drying properly.
Color previews
#917e87 text on a black background
contrast 5.54:1
#917e87 text on a white background
contrast 3.79:1
#917e87 on grey
3.46:1
#917e87 on its own surface
3.55:1
#917e87 on its dark surface
4.54:1
CSS3 live lab
The quick brown fox
color: #917e87;
background-color: #917e87;
Glowing headline
text-shadow: 2px 2px 8px #917e87;
Soft neon halo
text-shadow: 0 0 14px rgba(145, 126, 135, 0.45);
box-shadow: 0 12px 32px -8px rgba(145, 126, 135, 0.45);
border: 3px solid #917e87; background: linear-gradient(135deg, #917e87, #91827E);
Gradient headline
background: linear-gradient(90deg, #917e87, #91867E); -webkit-background-clip: text; color: transparent;
outline: 2px solid #917e87; outline-offset: 3px;
Marked up text
text-decoration-color: #917e87; caret-color: #917e87;
border-left: 4px solid #917e87;
background: #F3F1F2; box-shadow: inset 0 0 0 2px #917e87;
background: conic-gradient(#917e87 68%, #e2e8f0 0);
Transparency
What each alpha value actually composites to. The top row is #917e87 over white; the bottom row is the same alpha over a checkerboard, so you can see what survives on a photo or a video.
Bottom row of hexes is the flattened result over white — use those when a design tool refuses transparency, or when you need a solid fallback.
rgba(145, 126, 135, 0.5) rgb(145 126 135 / 50%) #917e8780 hsl(332 8% 53% / 50%) color-mix(in srgb, #917e87 50%, transparent)
| Alpha | 8-digit hex | Flat on white |
|---|---|---|
| 10% | #917e871a | #F4F2F3 |
| 20% | #917e8733 | #E9E5E7 |
| 40% | #917e8766 | #D3CBCF |
| 60% | #917e8799 | #BDB2B7 |
| 80% | #917e87cc | #A7989F |
Gradients from #917e87
Six recipes, each built from this hex and shown with the exact CSS that produced it.
background: linear-gradient(135deg, #AD9FA6, #917e87 45%, #453B3F);
background: linear-gradient(120deg, #917e87, #82746F);
background: linear-gradient(90deg, #917e87, #7E9188);
background: radial-gradient(120% 120% at 20% 0%, #BBAFB5 0%, #917e87 45%, #453B3F 100%);
background: linear-gradient(180deg, #F8F7F7, #ffffff);
background: radial-gradient(60% 60% at 15% 20%, #A799A8 0%, transparent 60%), radial-gradient(55% 55% at 85% 15%, #9F908E 0%, transparent 60%), radial-gradient(70% 70% at 50% 95%, #453B3F 0%, transparent 65%), #917e87;
Monochromatic scale
Palettes built from #917e87
Shades — darker
Tints — lighter
Tones — desaturated
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 10.4 away, with its history, psychology and brand usage.
#917e87 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.
Holds up across typical panel gamma. Still worth checking on an uncalibrated laptop, where mid-tones shift most.
Usable as-is on a dark surface at 5.54:1.
Explore nearby colors
Small, deliberate steps away from this hex — useful when you are hunting for the version of a colour that finally feels right.
#917e87, answered
What color is #917e87?
#917e87 is a balanced muted gray, closest to Gray (ΔE2000 10.4). It sits at 332° on the hue wheel with 8% saturation and 53% lightness, which reads as neutral.
What is the RGB value of #917e87?
rgb(145, 126, 135) — 145 red, 126 green and 135 blue out of 255, or 56.9% / 49.4% / 52.9% by channel.
What is #917e87 in HSL and HSV?
hsl(332, 8%, 53%) and hsv(332, 13%, 57%). HSL is what CSS takes; HSV is what your design tool's picker shows, which is why the saturation numbers rarely match.
Is #917e87 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2269 and perceived brightness is 52%, so black text on it reaches 5.54:1.
Should I use black or white text on #917e87?
Black. It scores 5.54:1 against #917e87, versus 3.79:1 for white — AA at any size.
Is #917e87 accessible on a white background?
#917e87 on white scores 3.79:1, which only clears AA for large text — 18.66px bold or 24px regular and up. Darken it to #84717A to reach 4.5:1, or #63555C for 7:1.
What is the complementary color of #917e87?
#7E9188 sits directly opposite on the wheel. Softer options are the split-complements #7E917E and #7E9091, which give the same contrast with far less vibration.
What colors go well with #917e87?
For interface work: #F8F7F7 as the surface, #D9D3D6 for borders, #7C6A72 for secondary text, #799681 as an accent and #453B3F for hover and pressed states. For a palette, the analogous pair #917E90 and #917E7E stays calm, while #7E9188 is the loudest partner.
What is #917e87 in CMYK for printing?
cmyk(0%, 13%, 7%, 43%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #917e87 warm or cool?
Neutral — it scores 46 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #9D8A7C; nudged cooler, #718294.
Which Tailwind color is closest to #917e87?
The zinc family — its 500 step is #71717a, ΔE2000 10.8 away. That is a visible difference, so define #917e87 as a custom token rather than reaching for the built-in.
How do I use #917e87 in Tailwind CSS?
Inline it as an arbitrary value with bg-[#917e87] or text-[#917e87], or register the whole ramp under theme.extend.colors.brand so you get bg-brand-500 and friends. The generated 50–950 scale on this page is ready to paste into your config.
What is #917e87 with 50% opacity?
rgba(145, 126, 135, 0.5), or #917e8780 in eight-digit hex. Over white that composites to #C8BFC3; over black, #493F44.
Is #917e87 a web-safe color?
No. The nearest web-safe colour is #996699, ΔE2000 15 away. The palette only matters for legacy displays and some email clients now.
What does the color #917e87 mean?
As a gray, it reads neutral, quiet, editorial. Grey is the material the rest of the interface is built from: type, rules, surfaces, disabled states. At this low chroma the association is faint; it behaves more like a neutral.
What gradient works with #917e87?
The safest is same-hue elevation: linear-gradient(135deg, #AD9FA6, #917e87 45%, #453B3F). For more colour, a short hue run to #82746F keeps it rich without turning muddy.
Work with #917e87 in the Color Lab
Every tool opens with this colour already loaded.
Every value on this page is computed from #917e87 at request time — conversions, contrast ratios and ΔE distances are calculated, never looked up.