#985fd5
a balanced, vivid violet · cool · closest name: Medium Purple
At a glance
Every number on this page in one read: what #985fd5 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 | #985fd5 |
| RGB | rgb(152, 95, 213) |
| HSL | hsl(269, 58%, 60%) |
| CMYK | cmyk(29%, 55%, 0%, 17%) |
| LAB | lab(51.5 46.0 -52.3) |
| LCH | lch(51.5 69.7 311.4) |
| OKLCH | oklch(0.601 0.177 303.8) |
| Decimal | 9986005 |
| Display P3 | color(display-p3 0.596 0.373 0.835) |
Copy-ready code
/* CSS */
color: #985fd5;
background-color: #985fd5;
/* Tailwind (arbitrary) */
class="text-[#985fd5] bg-[#985fd5]"
/* SCSS */
$brand: #985fd5;
/* SwiftUI */
Color(red: 0.596, green: 0.373, blue: 0.835)
/* Android */
Color.parseColor("#985fd5")
/* Flutter */
Color(0xFF985FD5)
/* Python / OpenCV (BGR) */
(213, 95, 152)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. #985fd5 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: #F7F4FB;
--brand-100: #EFE9F7;
--brand-200: #DDCDEF;
--brand-300: #C6A6E8;
--brand-400: #A97ADC;
--brand-500: #985fd5;
--brand-600: #7833C2;
--brand-700: #642AA2;
--brand-800: #502281;
--brand-900: #3C1C5E;
--brand-950: #26123B;
--brand: #985fd5;
--brand-ink: #000000;
}Colors that work with #985fd5
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 #985fd5
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #9CD55F | Directly opposite — maximum tension | |
| Analogous left | #5F61D5 | Neighbour, quieter | |
| Analogous right | #D35FD5 | Neighbour, quieter | |
| Split-complement 1 | #D5D35F | Contrast without the clash | |
| Split-complement 2 | #61D55F | Contrast without the clash | |
| Triadic 1 | #D5985F | Even thirds — balanced and loud | |
| Triadic 2 | #5FD598 | Even thirds — balanced and loud | |
| Tetradic | #D55F61 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#985fd5 text on a black background
contrast 4.93:1
#985fd5 text on a white background
contrast 4.26:1
CSS3 live lab
The quick brown fox
color: #985fd5;
background-color: #985fd5;
Glowing headline
text-shadow: 2px 2px 8px #985fd5;
Soft neon halo
text-shadow: 0 0 14px rgba(152, 95, 213, 0.45);
box-shadow: 0 12px 32px -8px rgba(152, 95, 213, 0.45);
border: 3px solid #985fd5; background: linear-gradient(135deg, #985fd5, #D55FC3);
Monochromatic scale
Palettes built from #985fd5
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: Iris (#5a4fcf) — ΔE2000 12.4 away, with its history, psychology and brand usage.
#985fd5 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.
#985fd5, answered
What color is #985fd5?
#985fd5 is a balanced vivid violet, closest to Medium Purple (ΔE2000 5). It sits at 269° on the hue wheel with 58% saturation and 60% lightness, which reads as cool.
What is the RGB value of #985fd5?
rgb(152, 95, 213) — 152 red, 95 green and 213 blue out of 255, or 59.6% / 37.3% / 83.5% by channel.
Is #985fd5 a light or a dark color?
It is a mid-tone. Relative luminance is 0.1966 and perceived brightness is 52%, so black text on it reaches 4.93:1.
Should I use black or white text on #985fd5?
Black. It scores 4.93:1 against #985fd5, versus 4.26:1 for white — AA at any size.
What is the complementary color of #985fd5?
#9CD55F sits directly opposite on the wheel. Softer options are the split-complements #D5D35F and #61D55F, which give the same contrast with far less vibration.
What colors go well with #985fd5?
For interface work: #F7F4FA as the surface, #D5C0ED for borders, #714B9B for secondary text, #88A626 as an accent and #3F1B65 for hover and pressed states. For a palette, the analogous pair #5F61D5 and #D35FD5 stays calm, while #9CD55F is the loudest partner.
What is #985fd5 in CMYK for printing?
cmyk(29%, 55%, 0%, 17%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #985fd5 warm or cool?
Cool — it scores 67 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C35FD5; nudged cooler, #6B5DD7.