#9998ac
a balanced, muted blue · cool · closest name: Dark Gray
At a glance
Every number on this page in one read: what #9998ac is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #9998ac |
| RGB | rgb(153, 152, 172) |
| HSL | hsl(243, 11%, 64%) |
| CMYK | cmyk(11%, 12%, 0%, 33%) |
| LAB | lab(63.5 4.4 -10.3) |
| LCH | lch(63.5 11.2 293.2) |
| OKLCH | oklch(0.687 0.029 287.9) |
| Decimal | 10066092 |
| Display P3 | color(display-p3 0.600 0.596 0.675) |
Copy-ready code
/* CSS */
color: #9998ac;
background-color: #9998ac;
/* Tailwind (arbitrary) */
class="text-[#9998ac] bg-[#9998ac]"
/* SCSS */
$brand: #9998ac;
/* SwiftUI */
Color(red: 0.600, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#9998ac")
/* Flutter */
Color(0xFF9998AC)
/* Python / OpenCV (BGR) */
(172, 152, 153)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. #9998ac 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: #F7F7F8;
--brand-100: #EFEEF1;
--brand-200: #DBDBE1;
--brand-300: #C1C1CD;
--brand-400: #9998ac;
--brand-500: #84839B;
--brand-600: #6F6D88;
--brand-700: #5C5B71;
--brand-800: #4A495A;
--brand-900: #383743;
--brand-950: #23222A;
--brand: #9998ac;
--brand-ink: #000000;
}Colors that work with #9998ac
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 #9998ac
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 | #ABAC98 | Directly opposite — maximum tension | |
| Analogous left | #98A1AC | Neighbour, quieter | |
| Analogous right | #A398AC | Neighbour, quieter | |
| Split-complement 1 | #ACA398 | Contrast without the clash | |
| Split-complement 2 | #A1AC98 | Contrast without the clash | |
| Triadic 1 | #AC9998 | Even thirds — balanced and loud | |
| Triadic 2 | #98AC99 | Even thirds — balanced and loud | |
| Tetradic | #AC98A1 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#9998ac text on a black background
contrast 7.44:1
#9998ac text on a white background
contrast 2.82:1
CSS3 live lab
The quick brown fox
color: #9998ac;
background-color: #9998ac;
Glowing headline
text-shadow: 2px 2px 8px #9998ac;
Soft neon halo
text-shadow: 0 0 14px rgba(153, 152, 172, 0.45);
box-shadow: 0 12px 32px -8px rgba(153, 152, 172, 0.45);
border: 3px solid #9998ac; background: linear-gradient(135deg, #9998ac, #A698AC);
Monochromatic scale
Palettes built from #9998ac
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: Slate (#708090) — ΔE2000 13 away, with its history, psychology and brand usage.
#9998ac 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.
#9998ac, answered
What color is #9998ac?
#9998ac is a balanced muted blue, closest to Dark Gray (ΔE2000 10.6). It sits at 243° on the hue wheel with 11% saturation and 64% lightness, which reads as cool.
What is the RGB value of #9998ac?
rgb(153, 152, 172) — 153 red, 152 green and 172 blue out of 255, or 60% / 59.6% / 67.5% by channel.
Is #9998ac a light or a dark color?
It is a mid-tone. Relative luminance is 0.3221 and perceived brightness is 61%, so black text on it reaches 7.44:1.
Should I use black or white text on #9998ac?
Black. It scores 7.44:1 against #9998ac, versus 2.82:1 for white — AAA at any size.
What is the complementary color of #9998ac?
#ABAC98 sits directly opposite on the wheel. Softer options are the split-complements #ACA398 and #A1AC98, which give the same contrast with far less vibration.
What colors go well with #9998ac?
For interface work: #F7F7F8 as the surface, #D2D2DB for borders, #68667F for secondary text, #756F57 as an accent and #3A3947 for hover and pressed states. For a palette, the analogous pair #98A1AC and #A398AC stays calm, while #ABAC98 is the loudest partner.
What is #9998ac in CMYK for printing?
cmyk(11%, 12%, 0%, 33%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #9998ac warm or cool?
Cool — it scores 60 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #A098AC; nudged cooler, #969EAE.