#950abf
a dark, electric violet · neutral · closest name: Dark Violet
At a glance
Every number on this page in one read: what #950abf 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 | #950abf |
| RGB | rgb(149, 10, 191) |
| HSL | hsl(286, 90%, 39%) |
| CMYK | cmyk(22%, 95%, 0%, 25%) |
| LAB | lab(38.5 71.7 -60.5) |
| LCH | lch(38.5 93.8 319.8) |
| OKLCH | oklch(0.503 0.243 315.1) |
| Decimal | 9767615 |
| Display P3 | color(display-p3 0.584 0.039 0.749) |
Copy-ready code
/* CSS */
color: #950abf;
background-color: #950abf;
/* Tailwind (arbitrary) */
class="text-[#950abf] bg-[#950abf]"
/* SCSS */
$brand: #950abf;
/* SwiftUI */
Color(red: 0.584, green: 0.039, blue: 0.749)
/* Android */
Color.parseColor("#950abf")
/* Flutter */
Color(0xFF950ABF)
/* Python / OpenCV (BGR) */
(191, 10, 149)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. #950abf 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.
:root {
--brand-50: #FAF2FD;
--brand-100: #F6E5FB;
--brand-200: #ECC3F8;
--brand-300: #E294F9;
--brand-400: #D35FF7;
--brand-500: #C52AF4;
--brand-600: #B60CE9;
--brand-700: #950abf;
--brand-800: #79089B;
--brand-900: #580B70;
--brand-950: #370746;
--brand: #950abf;
--brand-ink: #ffffff;
}Colors that work with #950abf
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 #950abf
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 | #34BF0A | Directly opposite — maximum tension | |
| Analogous left | #3B0ABF | Neighbour, quieter | |
| Analogous right | #BF0A8E | Neighbour, quieter | |
| Split-complement 1 | #8EBF0A | Contrast without the clash | |
| Split-complement 2 | #0ABF3B | Contrast without the clash | |
| Triadic 1 | #BF950A | Even thirds — balanced and loud | |
| Triadic 2 | #0ABF95 | Even thirds — balanced and loud | |
| Tetradic | #BF3B0A | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#950abf text on a black background
contrast 3.07:1
#950abf text on a white background
contrast 6.83:1
CSS3 live lab
The quick brown fox
color: #950abf;
background-color: #950abf;
Glowing headline
text-shadow: 2px 2px 8px #950abf;
Soft neon halo
text-shadow: 0 0 14px rgba(149, 10, 191, 0.45);
box-shadow: 0 12px 32px -8px rgba(149, 10, 191, 0.45);
border: 3px solid #950abf; background: linear-gradient(135deg, #950abf, #BF0A70);
Monochromatic scale
Palettes built from #950abf
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.2 away, with its history, psychology and brand usage.
#950abf in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#950abf, answered
What color is #950abf?
#950abf is a dark electric violet, closest to Dark Violet (ΔE2000 2.8). It sits at 286° on the hue wheel with 90% saturation and 39% lightness, which reads as neutral.
What is the RGB value of #950abf?
rgb(149, 10, 191) — 149 red, 10 green and 191 blue out of 255, or 58.4% / 3.9% / 74.9% by channel.
Is #950abf a light or a dark color?
It is a dark color. Relative luminance is 0.1037 and perceived brightness is 41%, so white text on it reaches 6.83:1.
Should I use black or white text on #950abf?
White. It scores 6.83:1 against #950abf, versus 3.07:1 for black — AA at any size.
What is the complementary color of #950abf?
#34BF0A sits directly opposite on the wheel. Softer options are the split-complements #8EBF0A and #0ABF3B, which give the same contrast with far less vibration.
What colors go well with #950abf?
For interface work: #F9F4FA as the surface, #E2C0ED for borders, #884B9B for secondary text, #62C606 as an accent and #5F0679 for hover and pressed states. For a palette, the analogous pair #3B0ABF and #BF0A8E stays calm, while #34BF0A is the loudest partner.
What is #950abf in CMYK for printing?
cmyk(22%, 95%, 0%, 25%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #950abf 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 #BF0AA6; nudged cooler, #5208C1.