#b360df
a balanced, vivid violet · cool · closest name: Medium Orchid
At a glance
Every number on this page in one read: what #b360df 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 | #b360df |
| RGB | rgb(179, 96, 223) |
| HSL | hsl(279, 67%, 63%) |
| CMYK | cmyk(20%, 57%, 0%, 13%) |
| LAB | lab(55.4 54.5 -51.5) |
| LCH | lch(55.4 75.0 316.6) |
| OKLCH | oklch(0.638 0.195 312.3) |
| Decimal | 11755743 |
| Display P3 | color(display-p3 0.702 0.376 0.875) |
Copy-ready code
/* CSS */
color: #b360df;
background-color: #b360df;
/* Tailwind (arbitrary) */
class="text-[#b360df] bg-[#b360df]"
/* SCSS */
$brand: #b360df;
/* SwiftUI */
Color(red: 0.702, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#b360df")
/* Flutter */
Color(0xFFB360DF)
/* Python / OpenCV (BGR) */
(223, 96, 179)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. #b360df is pinned to step 400; 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: #F2E8F8;
--brand-200: #E4CAF1;
--brand-300: #D2A2EC;
--brand-400: #b360df;
--brand-500: #A644D9;
--brand-600: #9329CC;
--brand-700: #7B22AA;
--brand-800: #621B88;
--brand-900: #491863;
--brand-950: #2D0F3E;
--brand: #b360df;
--brand-ink: #000000;
}Colors that work with #b360df
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 #b360df
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 | #8CDF60 | Directly opposite — maximum tension | |
| Analogous left | #7360DF | Neighbour, quieter | |
| Analogous right | #DF60CB | Neighbour, quieter | |
| Split-complement 1 | #CBDF60 | Contrast without the clash | |
| Split-complement 2 | #60DF73 | Contrast without the clash | |
| Triadic 1 | #DFB360 | Even thirds — balanced and loud | |
| Triadic 2 | #60DFB3 | Even thirds — balanced and loud | |
| Tetradic | #DF7360 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b360df text on a black background
contrast 5.66:1
#b360df text on a white background
contrast 3.71:1
CSS3 live lab
The quick brown fox
color: #b360df;
background-color: #b360df;
Glowing headline
text-shadow: 2px 2px 8px #b360df;
Soft neon halo
text-shadow: 0 0 14px rgba(179, 96, 223, 0.45);
box-shadow: 0 12px 32px -8px rgba(179, 96, 223, 0.45);
border: 3px solid #b360df; background: linear-gradient(135deg, #b360df, #DF60B6);
Monochromatic scale
Palettes built from #b360df
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 9.7 away, with its history, psychology and brand usage.
#b360df 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.
#b360df, answered
What color is #b360df?
#b360df is a balanced vivid violet, closest to Medium Orchid (ΔE2000 3.3). It sits at 279° on the hue wheel with 67% saturation and 63% lightness, which reads as cool.
What is the RGB value of #b360df?
rgb(179, 96, 223) — 179 red, 96 green and 223 blue out of 255, or 70.2% / 37.6% / 87.5% by channel.
Is #b360df a light or a dark color?
It is a mid-tone. Relative luminance is 0.2328 and perceived brightness is 56%, so black text on it reaches 5.66:1.
Should I use black or white text on #b360df?
Black. It scores 5.66:1 against #b360df, versus 3.71:1 for white — AA at any size.
What is the complementary color of #b360df?
#8CDF60 sits directly opposite on the wheel. Softer options are the split-complements #CBDF60 and #60DF73, which give the same contrast with far less vibration.
What colors go well with #b360df?
For interface work: #F8F4FA as the surface, #DDC0ED for borders, #7F4B9B for secondary text, #73AE1E as an accent and #4D156A for hover and pressed states. For a palette, the analogous pair #7360DF and #DF60CB stays calm, while #8CDF60 is the loudest partner.
What is #b360df in CMYK for printing?
cmyk(20%, 57%, 0%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b360df warm or cool?
Cool — it scores 62 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DF60DC; nudged cooler, #835EE1.