Skip to content

#6b2ab0

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

RGB
107, 42, 176
HSL
269°, 62%, 43%
CMYK
39, 76, 0, 31
Luminance
0.0792

At a glance

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

Hex
#6b2ab0
Hue
269°
violet
Saturation
62%
vivid
Lightness
43%
dark
Brightness
69%
HSV value
Perceived
35%
weighted brightness
Luminance
0.0792
WCAG relative
Temperature
Cool
67/100 cool
Color family
Violet
Tone
Vivid
Best ink
White
8.13:1
Closest name
Rebecca Purple
ΔE2000 4
Where it sits
Hue269° of 360°
Saturation62%
Lightness43%
Temperature
Warm ← → Cool67% 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#6b2ab0
RGBrgb(107, 42, 176)
HSLhsl(269, 62%, 43%)
CMYKcmyk(39%, 76%, 0%, 31%)
LABlab(33.8 53.9 -59.5)
LCHlch(33.8 80.3 312.2)
OKLCHoklch(0.454 0.197 300.6)
Decimal7023280
Display P3color(display-p3 0.420 0.165 0.690)

Copy-ready code

/* CSS */
color: #6b2ab0;
background-color: #6b2ab0;
/* Tailwind (arbitrary) */
class="text-[#6b2ab0] bg-[#6b2ab0]"
/* SCSS */
$brand: #6b2ab0;
/* SwiftUI */
Color(red: 0.420, green: 0.165, blue: 0.690)
/* Android */
Color.parseColor("#6b2ab0")
/* Flutter */
Color(0xFF6B2AB0)
/* Python / OpenCV (BGR) */
(176, 42, 107)

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

Accessibility — WCAG contrast

Aa
#6b2ab0 on white: 8.13:1
AA ✓ pass · AA-large · AAA
Aa
#6b2ab0 on black: 2.58:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #004FB4
deuteranopia · #004FAD
tritanopia · #5B4D6C

Color scale — 50 to 950

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

#F7F4FB
#EFE8F7
#DDCCF0
#C6A4E9
#A977DF
#8D4AD4
#782FC6
#6b2ab0
#501F84
#3C1B60
#26113C
Base = 700Lightest = 50 · #F7F4FBDarkest = 950 · #26113C
:root {
  --brand-50: #F7F4FB;
  --brand-100: #EFE8F7;
  --brand-200: #DDCCF0;
  --brand-300: #C6A4E9;
  --brand-400: #A977DF;
  --brand-500: #8D4AD4;
  --brand-600: #782FC6;
  --brand-700: #6b2ab0;
  --brand-800: #501F84;
  --brand-900: #3C1B60;
  --brand-950: #26113C;
  --brand: #6b2ab0;
  --brand-ink: #ffffff;
}

Colors that work with #6b2ab0

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#D6C0ED
Hairlines and dividers
Muted text#724B9B
Captions on the surface
Accent#8AA824
Second voice, not a rival
Dark variant#3F1967
Hover, pressed, headers
Light variant#F2EAFA
Selected rows, tints
Dark surface#1C1424
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 #6b2ab0

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#6FB02A
Analogous left#2A2CB0
Analogous right#AE2AB0
Split-complement 1#B0AE2A
Split-complement 2#2CB02A
Triadic 1#B06B2A
Triadic 2#2AB06B
Tetradic#B02A2C

RGB percentages

Red42.0%
Green16.5%
Blue69.0%

CMYK percentages

Cyan39.2%
Magenta76.1%
Yellow0.0%
Key (black)31.0%

Color previews

#6b2ab0 text on a black background

contrast 2.58:1

Card sample

#6b2ab0 text on a white background

contrast 8.13:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(107, 42, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 42, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b2ab0;
background: linear-gradient(135deg, #6b2ab0, #B02A9C);

Monochromatic scale

Palettes built from #6b2ab0

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.

#6b2ab0 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.

#6b2ab0, answered

What color is #6b2ab0?

#6b2ab0 is a dark vivid violet, closest to Rebecca Purple (ΔE2000 4). It sits at 269° on the hue wheel with 62% saturation and 43% lightness, which reads as cool.

What is the RGB value of #6b2ab0?

rgb(107, 42, 176) — 107 red, 42 green and 176 blue out of 255, or 42% / 16.5% / 69% by channel.

Is #6b2ab0 a light or a dark color?

It is a dark color. Relative luminance is 0.0792 and perceived brightness is 35%, so white text on it reaches 8.13:1.

Should I use black or white text on #6b2ab0?

White. It scores 8.13:1 against #6b2ab0, versus 2.58:1 for black — AAA at any size.

What is the complementary color of #6b2ab0?

#6FB02A sits directly opposite on the wheel. Softer options are the split-complements #B0AE2A and #2CB02A, which give the same contrast with far less vibration.

What colors go well with #6b2ab0?

For interface work: #F7F4FA as the surface, #D6C0ED for borders, #724B9B for secondary text, #8AA824 as an accent and #3F1967 for hover and pressed states. For a palette, the analogous pair #2A2CB0 and #AE2AB0 stays calm, while #6FB02A is the loudest partner.

What is #6b2ab0 in CMYK for printing?

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

Is #6b2ab0 warm or cool?

Cool — it scores 67 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #9C2AB0; nudged cooler, #3828B2.

Work with #6b2ab0 in the Color Lab