#9daaa6
a balanced, muted gray · neutral · closest name: Dark Gray
At a glance
Every number on this page in one read: what #9daaa6 is made of, how bright it looks, and which way it leans.
Near-neutral, so temperature is a whisper rather than a statement — the tinted siblings below show which way it can lean.
Every format
| HEX | #9daaa6 |
| RGB | rgb(157, 170, 166) |
| HSL | hsl(162, 7%, 64%) |
| CMYK | cmyk(8%, 0%, 2%, 33%) |
| LAB | lab(68.5 -5.3 0.5) |
| LCH | lch(68.5 5.4 174.8) |
| OKLCH | oklch(0.727 0.016 175.5) |
| Decimal | 10332838 |
| Display P3 | color(display-p3 0.616 0.667 0.651) |
Copy-ready code
/* CSS */
color: #9daaa6;
background-color: #9daaa6;
/* Tailwind (arbitrary) */
class="text-[#9daaa6] bg-[#9daaa6]"
/* SCSS */
$brand: #9daaa6;
/* SwiftUI */
Color(red: 0.616, green: 0.667, blue: 0.651)
/* Android */
Color.parseColor("#9daaa6")
/* Flutter */
Color(0xFF9DAAA6)
/* Python / OpenCV (BGR) */
(166, 170, 157)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. #9daaa6 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: #F7F8F8;
--brand-100: #EFF1F0;
--brand-200: #DCE0DF;
--brand-300: #C3CBC8;
--brand-400: #9daaa6;
--brand-500: #879792;
--brand-600: #72837E;
--brand-700: #5F6D69;
--brand-800: #4C5754;
--brand-900: #39413F;
--brand-950: #242927;
--brand: #9daaa6;
--brand-ink: #000000;
}Colors that work with #9daaa6
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 #9daaa6
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
- ✓Neutral UI chrome and typography
- ⚠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 | #AA9DA1 | Directly opposite — maximum tension | |
| Analogous left | #9DAA9F | Neighbour, quieter | |
| Analogous right | #9DA7AA | Neighbour, quieter | |
| Split-complement 1 | #AA9DA7 | Contrast without the clash | |
| Split-complement 2 | #AA9F9D | Contrast without the clash | |
| Triadic 1 | #A69DAA | Even thirds — balanced and loud | |
| Triadic 2 | #AAA69D | Even thirds — balanced and loud | |
| Tetradic | #9F9DAA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#9daaa6 text on a black background
contrast 8.73:1
#9daaa6 text on a white background
contrast 2.40:1
CSS3 live lab
The quick brown fox
color: #9daaa6;
background-color: #9daaa6;
Glowing headline
text-shadow: 2px 2px 8px #9daaa6;
Soft neon halo
text-shadow: 0 0 14px rgba(157, 170, 166, 0.45);
box-shadow: 0 12px 32px -8px rgba(157, 170, 166, 0.45);
border: 3px solid #9daaa6; background: linear-gradient(135deg, #9daaa6, #9DA5AA);
Monochromatic scale
Palettes built from #9daaa6
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: Eucalyptus (#95afa2) — ΔE2000 6.3 away, with its history, psychology and brand usage.
#9daaa6 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.
#9daaa6, answered
What color is #9daaa6?
#9daaa6 is a balanced muted gray, closest to Dark Gray (ΔE2000 6.8). It sits at 162° on the hue wheel with 7% saturation and 64% lightness, which reads as neutral.
What is the RGB value of #9daaa6?
rgb(157, 170, 166) — 157 red, 170 green and 166 blue out of 255, or 61.6% / 66.7% / 65.1% by channel.
Is #9daaa6 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3867 and perceived brightness is 65%, so black text on it reaches 8.73:1.
Should I use black or white text on #9daaa6?
Black. It scores 8.73:1 against #9daaa6, versus 2.40:1 for white — AAA at any size.
What is the complementary color of #9daaa6?
#AA9DA1 sits directly opposite on the wheel. Softer options are the split-complements #AA9DA7 and #AA9F9D, which give the same contrast with far less vibration.
What colors go well with #9daaa6?
For interface work: #F7F8F8 as the surface, #D3D9D7 for borders, #6B7B76 for secondary text, #725A68 as an accent and #3B4441 for hover and pressed states. For a palette, the analogous pair #9DAA9F and #9DA7AA stays calm, while #AA9DA1 is the loudest partner.
What is #9daaa6 in CMYK for printing?
cmyk(8%, 0%, 2%, 33%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #9daaa6 warm or cool?
Neutral — it scores 56 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B5A79C; nudged cooler, #919EAC.