#a95dbb
a balanced, soft violet · neutral · closest name: Medium Orchid
At a glance
Every number on this page in one read: what #a95dbb 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 | #a95dbb |
| RGB | rgb(169, 93, 187) |
| HSL | hsl(289, 41%, 55%) |
| CMYK | cmyk(10%, 50%, 0%, 27%) |
| LAB | lab(51.7 45.9 -36.9) |
| LCH | lch(51.7 58.9 321.2) |
| OKLCH | oklch(0.602 0.158 319.7) |
| Decimal | 11099579 |
| Display P3 | color(display-p3 0.663 0.365 0.733) |
Copy-ready code
/* CSS */
color: #a95dbb;
background-color: #a95dbb;
/* Tailwind (arbitrary) */
class="text-[#a95dbb] bg-[#a95dbb]"
/* SCSS */
$brand: #a95dbb;
/* SwiftUI */
Color(red: 0.663, green: 0.365, blue: 0.733)
/* Android */
Color.parseColor("#a95dbb")
/* Flutter */
Color(0xFFA95DBB)
/* Python / OpenCV (BGR) */
(187, 93, 169)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. #a95dbb is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F5FA;
--brand-100: #F3EBF5;
--brand-200: #E5D2EA;
--brand-300: #D5B0DE;
--brand-400: #C088CD;
--brand-500: #a95dbb;
--brand-600: #9948AC;
--brand-700: #803C90;
--brand-800: #663073;
--brand-900: #4B2654;
--brand-950: #2F1835;
--brand: #a95dbb;
--brand-ink: #000000;
}Colors that work with #a95dbb
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 #a95dbb
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠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 | #6FBB5D | Directly opposite — maximum tension | |
| Analogous left | #7A5DBB | Neighbour, quieter | |
| Analogous right | #BB5D9E | Neighbour, quieter | |
| Split-complement 1 | #9EBB5D | Contrast without the clash | |
| Split-complement 2 | #5DBB7A | Contrast without the clash | |
| Triadic 1 | #BBA95D | Even thirds — balanced and loud | |
| Triadic 2 | #5DBBA9 | Even thirds — balanced and loud | |
| Tetradic | #BB7A5D | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#a95dbb text on a black background
contrast 4.97:1
#a95dbb text on a white background
contrast 4.23:1
CSS3 live lab
The quick brown fox
color: #a95dbb;
background-color: #a95dbb;
Glowing headline
text-shadow: 2px 2px 8px #a95dbb;
Soft neon halo
text-shadow: 0 0 14px rgba(169, 93, 187, 0.45);
box-shadow: 0 12px 32px -8px rgba(169, 93, 187, 0.45);
border: 3px solid #a95dbb; background: linear-gradient(135deg, #a95dbb, #BB5D8E);
Monochromatic scale
Palettes built from #a95dbb
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: Orchid (#da70d6) — ΔE2000 10.9 away, with its history, psychology and brand usage.
#a95dbb 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.
#a95dbb, answered
What color is #a95dbb?
#a95dbb is a balanced soft violet, closest to Medium Orchid (ΔE2000 4.6). It sits at 289° on the hue wheel with 41% saturation and 55% lightness, which reads as neutral.
What is the RGB value of #a95dbb?
rgb(169, 93, 187) — 169 red, 93 green and 187 blue out of 255, or 66.3% / 36.5% / 73.3% by channel.
Is #a95dbb a light or a dark color?
It is a mid-tone. Relative luminance is 0.1985 and perceived brightness is 52%, so black text on it reaches 4.97:1.
Should I use black or white text on #a95dbb?
Black. It scores 4.97:1 against #a95dbb, versus 4.23:1 for white — AA at any size.
What is the complementary color of #a95dbb?
#6FBB5D sits directly opposite on the wheel. Softer options are the split-complements #9EBB5D and #5DBB7A, which give the same contrast with far less vibration.
What colors go well with #a95dbb?
For interface work: #F9F4FA as the surface, #E0C6E7 for borders, #8C4B9B for secondary text, #619438 as an accent and #50265A for hover and pressed states. For a palette, the analogous pair #7A5DBB and #BB5D9E stays calm, while #6FBB5D is the loudest partner.
What is #a95dbb in CMYK for printing?
cmyk(10%, 50%, 0%, 27%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #a95dbb warm or cool?
Neutral — it scores 56 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BB5DAB; nudged cooler, #865BBD.