#b853df
a balanced, vivid violet · cool · closest name: Medium Orchid
At a glance
Every number on this page in one read: what #b853df 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 | #b853df |
| RGB | rgb(184, 83, 223) |
| HSL | hsl(283, 69%, 60%) |
| CMYK | cmyk(18%, 63%, 0%, 13%) |
| LAB | lab(53.7 61.9 -54.1) |
| LCH | lch(53.7 82.2 318.8) |
| OKLCH | oklch(0.628 0.216 315.3) |
| Decimal | 12080095 |
| Display P3 | color(display-p3 0.722 0.325 0.875) |
Copy-ready code
/* CSS */
color: #b853df;
background-color: #b853df;
/* Tailwind (arbitrary) */
class="text-[#b853df] bg-[#b853df]"
/* SCSS */
$brand: #b853df;
/* SwiftUI */
Color(red: 0.722, green: 0.325, blue: 0.875)
/* Android */
Color.parseColor("#b853df")
/* Flutter */
Color(0xFFB853DF)
/* Python / OpenCV (BGR) */
(223, 83, 184)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. #b853df 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: #F9F3FB;
--brand-100: #F3E8F8;
--brand-200: #E7CAF2;
--brand-300: #D8A0ED;
--brand-400: #C471E5;
--brand-500: #b853df;
--brand-600: #A026CE;
--brand-700: #8520AC;
--brand-800: #6A1A8A;
--brand-900: #4E1764;
--brand-950: #310E3E;
--brand: #b853df;
--brand-ink: #000000;
}Colors that work with #b853df
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 #b853df
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 | #7ADF53 | Directly opposite — maximum tension | |
| Analogous left | #7253DF | Neighbour, quieter | |
| Analogous right | #DF53C0 | Neighbour, quieter | |
| Split-complement 1 | #C0DF53 | Contrast without the clash | |
| Split-complement 2 | #53DF72 | Contrast without the clash | |
| Triadic 1 | #DFB853 | Even thirds — balanced and loud | |
| Triadic 2 | #53DFB8 | Even thirds — balanced and loud | |
| Tetradic | #DF7253 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b853df text on a black background
contrast 5.34:1
#b853df text on a white background
contrast 3.93:1
CSS3 live lab
The quick brown fox
color: #b853df;
background-color: #b853df;
Glowing headline
text-shadow: 2px 2px 8px #b853df;
Soft neon halo
text-shadow: 0 0 14px rgba(184, 83, 223, 0.45);
box-shadow: 0 12px 32px -8px rgba(184, 83, 223, 0.45);
border: 3px solid #b853df; background: linear-gradient(135deg, #b853df, #DF53A9);
Monochromatic scale
Palettes built from #b853df
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: Magenta (#ff00ff) — ΔE2000 10.5 away, with its history, psychology and brand usage.
#b853df 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.
#b853df, answered
What color is #b853df?
#b853df is a balanced vivid violet, closest to Medium Orchid (ΔE2000 2.1). It sits at 283° on the hue wheel with 69% saturation and 60% lightness, which reads as cool.
What is the RGB value of #b853df?
rgb(184, 83, 223) — 184 red, 83 green and 223 blue out of 255, or 72.2% / 32.5% / 87.5% by channel.
Is #b853df a light or a dark color?
It is a mid-tone. Relative luminance is 0.2170 and perceived brightness is 55%, so black text on it reaches 5.34:1.
Should I use black or white text on #b853df?
Black. It scores 5.34:1 against #b853df, versus 3.93:1 for white — AA at any size.
What is the complementary color of #b853df?
#7ADF53 sits directly opposite on the wheel. Softer options are the split-complements #C0DF53 and #53DF72, which give the same contrast with far less vibration.
What colors go well with #b853df?
For interface work: #F9F4FA as the surface, #E0C0ED for borders, #854B9B for secondary text, #6AB01C as an accent and #53146B for hover and pressed states. For a palette, the analogous pair #7253DF and #DF53C0 stays calm, while #7ADF53 is the loudest partner.
What is #b853df in CMYK for printing?
cmyk(18%, 63%, 0%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b853df warm or cool?
Cool — it scores 59 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DF53D3; nudged cooler, #8451E1.