#9b98cf
a light, soft blue · cool · closest name: Medium Purple
At a glance
Every number on this page in one read: what #9b98cf 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 | #9b98cf |
| RGB | rgb(155, 152, 207) |
| HSL | hsl(243, 36%, 70%) |
| CMYK | cmyk(25%, 27%, 0%, 19%) |
| LAB | lab(64.9 13.1 -27.8) |
| LCH | lch(64.9 30.7 295.2) |
| OKLCH | oklch(0.702 0.080 286.6) |
| Decimal | 10197199 |
| Display P3 | color(display-p3 0.608 0.596 0.812) |
Copy-ready code
/* CSS */
color: #9b98cf;
background-color: #9b98cf;
/* Tailwind (arbitrary) */
class="text-[#9b98cf] bg-[#9b98cf]"
/* SCSS */
$brand: #9b98cf;
/* SwiftUI */
Color(red: 0.608, green: 0.596, blue: 0.812)
/* Android */
Color.parseColor("#9b98cf")
/* Flutter */
Color(0xFF9B98CF)
/* Python / OpenCV (BGR) */
(207, 152, 155)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. #9b98cf 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: #F5F5FA;
--brand-100: #ECEBF4;
--brand-200: #D4D3E8;
--brand-300: #B5B2DB;
--brand-400: #9b98cf;
--brand-500: #6A66B8;
--brand-600: #534EA7;
--brand-700: #45418B;
--brand-800: #37346F;
--brand-900: #2B2952;
--brand-950: #1B1933;
--brand: #9b98cf;
--brand-ink: #000000;
}Colors that work with #9b98cf
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 #9b98cf
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠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 | #CCCF98 | Directly opposite — maximum tension | |
| Analogous left | #98B0CF | Neighbour, quieter | |
| Analogous right | #B798CF | Neighbour, quieter | |
| Split-complement 1 | #CFB798 | Contrast without the clash | |
| Split-complement 2 | #B0CF98 | Contrast without the clash | |
| Triadic 1 | #CF9B98 | Even thirds — balanced and loud | |
| Triadic 2 | #98CF9B | Even thirds — balanced and loud | |
| Tetradic | #CF98B0 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#9b98cf text on a black background
contrast 7.79:1
#9b98cf text on a white background
contrast 2.70:1
CSS3 live lab
The quick brown fox
color: #9b98cf;
background-color: #9b98cf;
Glowing headline
text-shadow: 2px 2px 8px #9b98cf;
Soft neon halo
text-shadow: 0 0 14px rgba(155, 152, 207, 0.45);
box-shadow: 0 12px 32px -8px rgba(155, 152, 207, 0.45);
border: 3px solid #9b98cf; background: linear-gradient(135deg, #9b98cf, #C098CF);
Monochromatic scale
Palettes built from #9b98cf
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: Periwinkle Blue (#8f99fb) — ΔE2000 9.1 away, with its history, psychology and brand usage.
#9b98cf 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.
#9b98cf, answered
What color is #9b98cf?
#9b98cf is a light soft blue, closest to Medium Purple (ΔE2000 13.3). It sits at 243° on the hue wheel with 36% saturation and 70% lightness, which reads as cool.
What is the RGB value of #9b98cf?
rgb(155, 152, 207) — 155 red, 152 green and 207 blue out of 255, or 60.8% / 59.6% / 81.2% by channel.
Is #9b98cf a light or a dark color?
It is a mid-tone. Relative luminance is 0.3393 and perceived brightness is 63%, so black text on it reaches 7.79:1.
Should I use black or white text on #9b98cf?
Black. It scores 7.79:1 against #9b98cf, versus 2.70:1 for white — AAA at any size.
What is the complementary color of #9b98cf?
#CCCF98 sits directly opposite on the wheel. Softer options are the split-complements #CFB798 and #B0CF98, which give the same contrast with far less vibration.
What colors go well with #9b98cf?
For interface work: #F5F5FA as the surface, #C9C7E5 for borders, #4F4B9B for secondary text, #8F7F3D as an accent and #2B2957 for hover and pressed states. For a palette, the analogous pair #98B0CF and #B798CF stays calm, while #CCCF98 is the loudest partner.
What is #9b98cf in CMYK for printing?
cmyk(25%, 27%, 0%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #9b98cf warm or cool?
Cool — it scores 82 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #AF98CF; nudged cooler, #97A9D1.