Skip to content

#9b2ba4

a dark, vivid magenta / pink · neutral · closest name: Dark Magenta

RGB
155, 43, 164
HSL
296°, 59%, 41%
CMYK
6, 74, 0, 36
Luminance
0.1138

At a glance

Every number on this page in one read: what #9b2ba4 is made of, how bright it looks, and which way it leans.

Hex
#9b2ba4
Hue
296°
magenta / pink
Saturation
59%
vivid
Lightness
41%
dark
Brightness
64%
HSV value
Perceived
42%
weighted brightness
Luminance
0.1138
WCAG relative
Temperature
Neutral
53/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
White
6.41:1
Closest name
Dark Magenta
ΔE2000 6.6
Where it sits
Hue296° of 360°
Saturation59%
Lightness41%
Temperature
Warm ← → Cool53% cool

Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#9b2ba4
RGBrgb(155, 43, 164)
HSLhsl(296, 59%, 41%)
CMYKcmyk(6%, 74%, 0%, 36%)
LABlab(40.2 60.4 -41.6)
LCHlch(40.2 73.3 325.4)
OKLCHoklch(0.511 0.201 324.7)
Decimal10169252
Display P3color(display-p3 0.608 0.169 0.643)

Copy-ready code

/* CSS */
color: #9b2ba4;
background-color: #9b2ba4;
/* Tailwind (arbitrary) */
class="text-[#9b2ba4] bg-[#9b2ba4]"
/* SCSS */
$brand: #9b2ba4;
/* SwiftUI */
Color(red: 0.608, green: 0.169, blue: 0.643)
/* Android */
Color.parseColor("#9b2ba4")
/* Flutter */
Color(0xFF9B2BA4)
/* Python / OpenCV (BGR) */
(164, 43, 155)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#ffffff on #9b2ba4 · 6.41:1
Use #ffffffAA at every size, AAA for large text only.
Aa
White text · 6.41:1 · recommended
AA pass · AA large pass · AAA fail
Aa
Black text · 3.28:1
AA fail · AA large pass · AAA fail
Reading the other direction: #9b2ba4 as text scores 6.41:1 on white and 3.28:1 on black.

Accessibility — WCAG contrast

Aa
#9b2ba4 on white: 6.41:1
AA ✓ pass · AA-large · AAA
Aa
#9b2ba4 on black: 3.28:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #0056A7
deuteranopia · #4363A1
tritanopia · #9E4065

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #9b2ba4 is pinned to step 700; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FAF4FB
#F6E9F7
#ECCDEF
#E3A6E8
#D57ADC
#C74DD0
#B733C2
#9b2ba4
#7A2281
#591C5E
#38123B
Base = 700Lightest = 50 · #FAF4FBDarkest = 950 · #38123B
:root {
  --brand-50: #FAF4FB;
  --brand-100: #F6E9F7;
  --brand-200: #ECCDEF;
  --brand-300: #E3A6E8;
  --brand-400: #D57ADC;
  --brand-500: #C74DD0;
  --brand-600: #B733C2;
  --brand-700: #9b2ba4;
  --brand-800: #7A2281;
  --brand-900: #591C5E;
  --brand-950: #38123B;
  --brand: #9b2ba4;
  --brand-ink: #ffffff;
}

Colors that work with #9b2ba4

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#ffffff
White wins here
Surface#FAF4FA
Tinted page background
Border#E9C0ED
Hairlines and dividers
Muted text#954B9B
Captions on the surface
Accent#50A626
Second voice, not a rival
Dark variant#5F1A65
Hover, pressed, headers
Light variant#F9EBFA
Selected rows, tints
Dark surface#231424
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #9b2ba4

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Body text and links on white
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Headers, footers and dark-mode surfaces
  • Brand accents, badges and data highlights
Use with care
  • Full-page backgrounds — tiring over long sessions
  • Black 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#34A42B
Analogous left#5E2BA4
Analogous right#A42B71
Split-complement 1#71A42B
Split-complement 2#2BA45E
Triadic 1#A49B2B
Triadic 2#2BA49B
Tetradic#A45E2B

RGB percentages

Red60.8%
Green16.9%
Blue64.3%

CMYK percentages

Cyan5.5%
Magenta73.8%
Yellow0.0%
Key (black)35.7%

Color previews

#9b2ba4 text on a black background

contrast 3.28:1

Card sample

#9b2ba4 text on a white background

contrast 6.41:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #9b2ba4;
Background color
Panel with #9b2ba4 background
background-color: #9b2ba4;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #9b2ba4;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(155, 43, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 43, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b2ba4;
background: linear-gradient(135deg, #9b2ba4, #A42B5C);

Monochromatic scale

Palettes built from #9b2ba4

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.

#9b2ba4 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
BeautyFashionLifestyleYouth brands
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Converts to four-color process without much drama. Proof it anyway.

#9b2ba4, answered

What color is #9b2ba4?

#9b2ba4 is a dark vivid magenta / pink, closest to Dark Magenta (ΔE2000 6.6). It sits at 296° on the hue wheel with 59% saturation and 41% lightness, which reads as neutral.

What is the RGB value of #9b2ba4?

rgb(155, 43, 164) — 155 red, 43 green and 164 blue out of 255, or 60.8% / 16.9% / 64.3% by channel.

Is #9b2ba4 a light or a dark color?

It is a dark color. Relative luminance is 0.1138 and perceived brightness is 42%, so white text on it reaches 6.41:1.

Should I use black or white text on #9b2ba4?

White. It scores 6.41:1 against #9b2ba4, versus 3.28:1 for black — AA at any size.

What is the complementary color of #9b2ba4?

#34A42B sits directly opposite on the wheel. Softer options are the split-complements #71A42B and #2BA45E, which give the same contrast with far less vibration.

What colors go well with #9b2ba4?

For interface work: #FAF4FA as the surface, #E9C0ED for borders, #954B9B for secondary text, #50A626 as an accent and #5F1A65 for hover and pressed states. For a palette, the analogous pair #5E2BA4 and #A42B71 stays calm, while #34A42B is the loudest partner.

What is #9b2ba4 in CMYK for printing?

cmyk(6%, 74%, 0%, 36%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #9b2ba4 warm or cool?

Neutral — it scores 53 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #A42B81; nudged cooler, #6F29A6.

Work with #9b2ba4 in the Color Lab