#962ab7
a dark, vivid violet · neutral · closest name: Dark Orchid
At a glance
Every number on this page in one read: what #962ab7 is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #962ab7 |
| RGB | rgb(150, 42, 183) |
| HSL | hsl(286, 63%, 44%) |
| CMYK | cmyk(18%, 77%, 0%, 28%) |
| LAB | lab(40.5 63.2 -52.5) |
| LCH | lch(40.5 82.2 320.3) |
| OKLCH | oklch(0.515 0.216 316.7) |
| Decimal | 9841335 |
| Display P3 | color(display-p3 0.588 0.165 0.718) |
Copy-ready code
/* CSS */
color: #962ab7;
background-color: #962ab7;
/* Tailwind (arbitrary) */
class="text-[#962ab7] bg-[#962ab7]"
/* SCSS */
$brand: #962ab7;
/* SwiftUI */
Color(red: 0.588, green: 0.165, blue: 0.718)
/* Android */
Color.parseColor("#962ab7")
/* Flutter */
Color(0xFF962AB7)
/* Python / OpenCV (BGR) */
(183, 42, 150)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. #962ab7 is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F4FB;
--brand-100: #F4E8F7;
--brand-200: #E8CCF0;
--brand-300: #DAA4EA;
--brand-400: #C776E0;
--brand-500: #B448D5;
--brand-600: #962ab7;
--brand-700: #8826A6;
--brand-800: #6D1E85;
--brand-900: #501A61;
--brand-950: #32103C;
--brand: #962ab7;
--brand-ink: #ffffff;
}Colors that work with #962ab7
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 #962ab7
Derived from its contrast, chroma and lightness — not from taste.
- ✓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
- ⚠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 | #4BB72A | Directly opposite — maximum tension | |
| Analogous left | #502AB7 | Neighbour, quieter | |
| Analogous right | #B72A91 | Neighbour, quieter | |
| Split-complement 1 | #91B72A | Contrast without the clash | |
| Split-complement 2 | #2AB750 | Contrast without the clash | |
| Triadic 1 | #B7962A | Even thirds — balanced and loud | |
| Triadic 2 | #2AB796 | Even thirds — balanced and loud | |
| Tetradic | #B7502A | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#962ab7 text on a black background
contrast 3.31:1
#962ab7 text on a white background
contrast 6.34:1
CSS3 live lab
The quick brown fox
color: #962ab7;
background-color: #962ab7;
Glowing headline
text-shadow: 2px 2px 8px #962ab7;
Soft neon halo
text-shadow: 0 0 14px rgba(150, 42, 183, 0.45);
box-shadow: 0 12px 32px -8px rgba(150, 42, 183, 0.45);
border: 3px solid #962ab7; background: linear-gradient(135deg, #962ab7, #B72A7A);
Monochromatic scale
Palettes built from #962ab7
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: Purple (#800080) — ΔE2000 10.4 away, with its history, psychology and brand usage.
#962ab7 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.
#962ab7, answered
What color is #962ab7?
#962ab7 is a dark vivid violet, closest to Dark Orchid (ΔE2000 3.6). It sits at 286° on the hue wheel with 63% saturation and 44% lightness, which reads as neutral.
What is the RGB value of #962ab7?
rgb(150, 42, 183) — 150 red, 42 green and 183 blue out of 255, or 58.8% / 16.5% / 71.8% by channel.
Is #962ab7 a light or a dark color?
It is a dark color. Relative luminance is 0.1156 and perceived brightness is 42%, so white text on it reaches 6.34:1.
Should I use black or white text on #962ab7?
White. It scores 6.34:1 against #962ab7, versus 3.31:1 for black — AA at any size.
What is the complementary color of #962ab7?
#4BB72A sits directly opposite on the wheel. Softer options are the split-complements #91B72A and #2AB750, which give the same contrast with far less vibration.
What colors go well with #962ab7?
For interface work: #F9F4FA as the surface, #E2C0ED for borders, #884B9B for secondary text, #64AA22 as an accent and #551868 for hover and pressed states. For a palette, the analogous pair #502AB7 and #B72A91 stays calm, while #4BB72A is the loudest partner.
What is #962ab7 in CMYK for printing?
cmyk(18%, 77%, 0%, 28%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #962ab7 warm or cool?
Neutral — it scores 58 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B72AA4; nudged cooler, #6228B9.