Skip to content

#b55ff3

a light, electric violet · cool · closest name: Medium Orchid

RGB
181, 95, 243
HSL
275°, 86%, 66%
CMYK
26, 61, 0, 5
Luminance
0.2448

At a glance

Every number on this page in one read: what #b55ff3 is made of, how bright it looks, and which way it leans.

Hex
#b55ff3
Hue
275°
violet
Saturation
86%
electric
Lightness
66%
light
Brightness
95%
HSV value
Perceived
58%
weighted brightness
Luminance
0.2448
WCAG relative
Temperature
Cool
64/100 cool
Color family
Violet
Tone
Electric
Best ink
Black
5.90:1
Closest name
Medium Orchid
ΔE2000 5.7
Where it sits
Hue275° of 360°
Saturation86%
Lightness66%
Temperature
Warm ← → Cool64% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#b55ff3
RGBrgb(181, 95, 243)
HSLhsl(275, 86%, 66%)
CMYKcmyk(26%, 61%, 0%, 5%)
LABlab(56.6 59.8 -60.8)
LCHlch(56.6 85.3 314.5)
OKLCHoklch(0.651 0.218 308.3)
Decimal11886579
Display P3color(display-p3 0.710 0.373 0.953)

Copy-ready code

/* CSS */
color: #b55ff3;
background-color: #b55ff3;
/* Tailwind (arbitrary) */
class="text-[#b55ff3] bg-[#b55ff3]"
/* SCSS */
$brand: #b55ff3;
/* SwiftUI */
Color(red: 0.710, green: 0.373, blue: 0.953)
/* Android */
Color.parseColor("#b55ff3")
/* Flutter */
Color(0xFFB55FF3)
/* Python / OpenCV (BGR) */
(243, 95, 181)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #b55ff3 · 5.90:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.56:1
AA fail · AA large pass · AAA fail
Aa
Black text · 5.90:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #b55ff3 as text scores 3.56:1 on white and 5.90:1 on black.

Accessibility — WCAG contrast

Aa
#b55ff3 on white: 3.56:1
AA ✗ fail · AA-large · AAA
Aa
#b55ff3 on black: 5.90:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #1484F8
deuteranopia · #4789F0
tritanopia · #AC7CA0

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #b55ff3 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.

#F8F2FD
#F1E5FA
#E2C5F7
#CF97F7
#b55ff3
#9F2EEF
#8C11E4
#740EBE
#5D0B98
#450D6E
#2B0845
Base = 400Lightest = 50 · #F8F2FDDarkest = 950 · #2B0845
:root {
  --brand-50: #F8F2FD;
  --brand-100: #F1E5FA;
  --brand-200: #E2C5F7;
  --brand-300: #CF97F7;
  --brand-400: #b55ff3;
  --brand-500: #9F2EEF;
  --brand-600: #8C11E4;
  --brand-700: #740EBE;
  --brand-800: #5D0B98;
  --brand-900: #450D6E;
  --brand-950: #2B0845;
  --brand: #b55ff3;
  --brand-ink: #000000;
}

Colors that work with #b55ff3

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F8F4FA
Tinted page background
Border#DAC0ED
Hairlines and dividers
Muted text#794B9B
Captions on the surface
Accent#85C10B
Second voice, not a rival
Dark variant#490977
Hover, pressed, headers
Light variant#F4E7FD
Selected rows, tints
Dark surface#1D1424
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #b55ff3

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Headings from 24px up on white
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Small text on white — under 4.5:1
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • 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#9DF35F
Analogous left#6B5FF3
Analogous right#F35FE7
Split-complement 1#E7F35F
Split-complement 2#5FF36B
Triadic 1#F3B55F
Triadic 2#5FF3B5
Tetradic#F36B5F

RGB percentages

Red71.0%
Green37.3%
Blue95.3%

CMYK percentages

Cyan25.5%
Magenta60.9%
Yellow0.0%
Key (black)4.7%

Color previews

#b55ff3 text on a black background

contrast 5.90:1

Card sample

#b55ff3 text on a white background

contrast 3.56:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #b55ff3;
Background color
Panel with #b55ff3 background
background-color: #b55ff3;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #b55ff3;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(181, 95, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 95, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b55ff3;
background: linear-gradient(135deg, #b55ff3, #F35FCE);

Monochromatic scale

Palettes built from #b55ff3

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.

#b55ff3 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
Creative toolsFintechBeautyLuxury
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#b55ff3, answered

What color is #b55ff3?

#b55ff3 is a light electric violet, closest to Medium Orchid (ΔE2000 5.7). It sits at 275° on the hue wheel with 86% saturation and 66% lightness, which reads as cool.

What is the RGB value of #b55ff3?

rgb(181, 95, 243) — 181 red, 95 green and 243 blue out of 255, or 71% / 37.3% / 95.3% by channel.

Is #b55ff3 a light or a dark color?

It is a mid-tone. Relative luminance is 0.2448 and perceived brightness is 58%, so black text on it reaches 5.90:1.

Should I use black or white text on #b55ff3?

Black. It scores 5.90:1 against #b55ff3, versus 3.56:1 for white — AA at any size.

What is the complementary color of #b55ff3?

#9DF35F sits directly opposite on the wheel. Softer options are the split-complements #E7F35F and #5FF36B, which give the same contrast with far less vibration.

What colors go well with #b55ff3?

For interface work: #F8F4FA as the surface, #DAC0ED for borders, #794B9B for secondary text, #85C10B as an accent and #490977 for hover and pressed states. For a palette, the analogous pair #6B5FF3 and #F35FE7 stays calm, while #9DF35F is the loudest partner.

What is #b55ff3 in CMYK for printing?

cmyk(26%, 61%, 0%, 5%). 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 #b55ff3 warm or cool?

Cool — it scores 64 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EB5FF3; nudged cooler, #7E5DF5.

Work with #b55ff3 in the Color Lab