Skip to content

#5f1eb3

a dark, vivid violet · cool · closest name: Rebecca Purple

RGB
95, 30, 179
HSL
266°, 71%, 41%
CMYK
47, 83, 0, 30
Luminance
0.0662

At a glance

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

Hex
#5f1eb3
Hue
266°
violet
Saturation
71%
vivid
Lightness
41%
dark
Brightness
70%
HSV value
Perceived
33%
weighted brightness
Luminance
0.0662
WCAG relative
Temperature
Cool
69/100 cool
Color family
Violet
Tone
Vivid
Best ink
White
9.04:1
Closest name
Rebecca Purple
ΔE2000 5.8
Where it sits
Hue266° of 360°
Saturation71%
Lightness41%
Temperature
Warm ← → Cool69% 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#5f1eb3
RGBrgb(95, 30, 179)
HSLhsl(266, 71%, 41%)
CMYKcmyk(47%, 83%, 0%, 30%)
LABlab(30.9 57.5 -66.1)
LCHlch(30.9 87.6 311.0)
OKLCHoklch(0.431 0.210 295.6)
Decimal6233779
Display P3color(display-p3 0.373 0.118 0.702)

Copy-ready code

/* CSS */
color: #5f1eb3;
background-color: #5f1eb3;
/* Tailwind (arbitrary) */
class="text-[#5f1eb3] bg-[#5f1eb3]"
/* SCSS */
$brand: #5f1eb3;
/* SwiftUI */
Color(red: 0.373, green: 0.118, blue: 0.702)
/* Android */
Color.parseColor("#5f1eb3")
/* Flutter */
Color(0xFF5F1EB3)
/* Python / OpenCV (BGR) */
(179, 30, 95)

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#ffffff on #5f1eb3 · 9.04:1
Use #ffffffAAA at every size.
Aa
White text · 9.04:1 · recommended
AA pass · AA large pass · AAA pass
Aa
Black text · 2.32:1
AA fail · AA large fail · AAA fail
Reading the other direction: #5f1eb3 as text scores 9.04:1 on white and 2.32:1 on black.

Accessibility — WCAG contrast

Aa
#5f1eb3 on white: 9.04:1
AA ✓ pass · AA-large · AAA
Aa
#5f1eb3 on black: 2.32:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #004AB7
deuteranopia · #0047B0
tritanopia · #464B6B

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #5f1eb3 is pinned to step 700; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F7F3FC
#EFE7F8
#DBC9F3
#C29FEF
#A36FE7
#853FDF
#6F23D2
#5f1eb3
#4A178C
#381565
#230D3F
Base = 700Lightest = 50 · #F7F3FCDarkest = 950 · #230D3F
:root {
  --brand-50: #F7F3FC;
  --brand-100: #EFE7F8;
  --brand-200: #DBC9F3;
  --brand-300: #C29FEF;
  --brand-400: #A36FE7;
  --brand-500: #853FDF;
  --brand-600: #6F23D2;
  --brand-700: #5f1eb3;
  --brand-800: #4A178C;
  --brand-900: #381565;
  --brand-950: #230D3F;
  --brand: #5f1eb3;
  --brand-ink: #ffffff;
}

Colors that work with #5f1eb3

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

Text on it#ffffff
White wins here
Surface#F7F4FA
Tinted page background
Border#D3C0ED
Hairlines and dividers
Muted text#6E4B9B
Captions on the surface
Accent#96B319
Second voice, not a rival
Dark variant#3A126D
Hover, pressed, headers
Light variant#F1E9FB
Selected rows, tints
Dark surface#1B1424
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 #5f1eb3

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

Works well for
  • Body text and links on white
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Headers, footers and dark-mode surfaces
  • Brand accents, badges and data highlights
Use with care
  • Text on black or near-black surfaces
  • Full-page backgrounds — tiring over long sessions
  • Black 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#72B31E
Analogous left#1E27B3
Analogous right#AA1EB3
Split-complement 1#B3AA1E
Split-complement 2#27B31E
Triadic 1#B35F1E
Triadic 2#1EB35F
Tetradic#B31E27

RGB percentages

Red37.3%
Green11.8%
Blue70.2%

CMYK percentages

Cyan46.9%
Magenta83.2%
Yellow0.0%
Key (black)29.8%

Color previews

#5f1eb3 text on a black background

contrast 2.32:1

Card sample

#5f1eb3 text on a white background

contrast 9.04:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(95, 30, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 30, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f1eb3;
background: linear-gradient(135deg, #5f1eb3, #B31EA4);

Monochromatic scale

Palettes built from #5f1eb3

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.

#5f1eb3 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
ButtonsLinksFocus statesCharts
Print note

Converts to four-color process without much drama. Proof it anyway.

#5f1eb3, answered

What color is #5f1eb3?

#5f1eb3 is a dark vivid violet, closest to Rebecca Purple (ΔE2000 5.8). It sits at 266° on the hue wheel with 71% saturation and 41% lightness, which reads as cool.

What is the RGB value of #5f1eb3?

rgb(95, 30, 179) — 95 red, 30 green and 179 blue out of 255, or 37.3% / 11.8% / 70.2% by channel.

Is #5f1eb3 a light or a dark color?

It is a dark color. Relative luminance is 0.0662 and perceived brightness is 33%, so white text on it reaches 9.04:1.

Should I use black or white text on #5f1eb3?

White. It scores 9.04:1 against #5f1eb3, versus 2.32:1 for black — AAA at any size.

What is the complementary color of #5f1eb3?

#72B31E sits directly opposite on the wheel. Softer options are the split-complements #B3AA1E and #27B31E, which give the same contrast with far less vibration.

What colors go well with #5f1eb3?

For interface work: #F7F4FA as the surface, #D3C0ED for borders, #6E4B9B for secondary text, #96B319 as an accent and #3A126D for hover and pressed states. For a palette, the analogous pair #1E27B3 and #AA1EB3 stays calm, while #72B31E is the loudest partner.

What is #5f1eb3 in CMYK for printing?

cmyk(47%, 83%, 0%, 30%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #5f1eb3 warm or cool?

Cool — it scores 69 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #961EB3; nudged cooler, #271CB5.

Work with #5f1eb3 in the Color Lab