#b349eb
a balanced, electric violet · cool · closest name: Medium Orchid
At a glance
Every number on this page in one read: what #b349eb 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 | #b349eb |
| RGB | rgb(179, 73, 235) |
| HSL | hsl(279, 80%, 60%) |
| CMYK | cmyk(24%, 69%, 0%, 8%) |
| LAB | lab(52.2 67.6 -63.3) |
| LCH | lch(52.2 92.6 316.9) |
| OKLCH | oklch(0.618 0.238 311.3) |
| Decimal | 11749867 |
| Display P3 | color(display-p3 0.702 0.286 0.922) |
Copy-ready code
/* CSS */
color: #b349eb;
background-color: #b349eb;
/* Tailwind (arbitrary) */
class="text-[#b349eb] bg-[#b349eb]"
/* SCSS */
$brand: #b349eb;
/* SwiftUI */
Color(red: 0.702, green: 0.286, blue: 0.922)
/* Android */
Color.parseColor("#b349eb")
/* Flutter */
Color(0xFFB349EB)
/* Python / OpenCV (BGR) */
(235, 73, 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. #b349eb 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: #F9F3FC;
--brand-100: #F3E6F9;
--brand-200: #E5C6F5;
--brand-300: #D59AF4;
--brand-400: #C067EE;
--brand-500: #b349eb;
--brand-600: #9918DD;
--brand-700: #7F14B8;
--brand-800: #661093;
--brand-900: #4B106A;
--brand-950: #2F0A42;
--brand: #b349eb;
--brand-ink: #000000;
}Colors that work with #b349eb
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 #b349eb
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 | #81EB49 | Directly opposite — maximum tension | |
| Analogous left | #6249EB | Neighbour, quieter | |
| Analogous right | #EB49D2 | Neighbour, quieter | |
| Split-complement 1 | #D2EB49 | Contrast without the clash | |
| Split-complement 2 | #49EB62 | Contrast without the clash | |
| Triadic 1 | #EBB349 | Even thirds — balanced and loud | |
| Triadic 2 | #49EBB3 | Even thirds — balanced and loud | |
| Tetradic | #EB6249 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b349eb text on a black background
contrast 5.07:1
#b349eb text on a white background
contrast 4.14:1
CSS3 live lab
The quick brown fox
color: #b349eb;
background-color: #b349eb;
Glowing headline
text-shadow: 2px 2px 8px #b349eb;
Soft neon halo
text-shadow: 0 0 14px rgba(179, 73, 235, 0.45);
box-shadow: 0 12px 32px -8px rgba(179, 73, 235, 0.45);
border: 3px solid #b349eb; background: linear-gradient(135deg, #b349eb, #EB49B7);
Monochromatic scale
Palettes built from #b349eb
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 11.4 away, with its history, psychology and brand usage.
#b349eb 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.
#b349eb, answered
What color is #b349eb?
#b349eb is a balanced electric violet, closest to Medium Orchid (ΔE2000 4.9). It sits at 279° on the hue wheel with 80% saturation and 60% lightness, which reads as cool.
What is the RGB value of #b349eb?
rgb(179, 73, 235) — 179 red, 73 green and 235 blue out of 255, or 70.2% / 28.6% / 92.2% by channel.
Is #b349eb a light or a dark color?
It is a mid-tone. Relative luminance is 0.2035 and perceived brightness is 54%, so black text on it reaches 5.07:1.
Should I use black or white text on #b349eb?
Black. It scores 5.07:1 against #b349eb, versus 4.14:1 for white — AA at any size.
What is the complementary color of #b349eb?
#81EB49 sits directly opposite on the wheel. Softer options are the split-complements #D2EB49 and #49EB62, which give the same contrast with far less vibration.
What colors go well with #b349eb?
For interface work: #F8F4FA as the surface, #DDC0ED for borders, #7F4B9B for secondary text, #76BC10 as an accent and #500D73 for hover and pressed states. For a palette, the analogous pair #6249EB and #EB49D2 stays calm, while #81EB49 is the loudest partner.
What is #b349eb in CMYK for printing?
cmyk(24%, 69%, 0%, 8%). 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 #b349eb 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 #EB49E7; nudged cooler, #7747ED.