Skip to content

#7d2db3

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

RGB
125, 45, 179
HSL
276°, 60%, 44%
CMYK
30, 75, 0, 30
Luminance
0.0949

At a glance

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

Hex
#7d2db3
Hue
276°
violet
Saturation
60%
vivid
Lightness
44%
dark
Brightness
70%
HSV value
Perceived
38%
weighted brightness
Luminance
0.0949
WCAG relative
Temperature
Cool
63/100 cool
Color family
Violet
Tone
Vivid
Best ink
White
7.25:1
Closest name
Rebecca Purple
ΔE2000 5.2
Where it sits
Hue276° of 360°
Saturation60%
Lightness44%
Temperature
Warm ← → Cool63% 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#7d2db3
RGBrgb(125, 45, 179)
HSLhsl(276, 60%, 44%)
CMYKcmyk(30%, 75%, 0%, 30%)
LABlab(36.9 56.5 -56.1)
LCHlch(36.9 79.7 315.2)
OKLCHoklch(0.481 0.201 307.6)
Decimal8203699
Display P3color(display-p3 0.490 0.176 0.702)

Copy-ready code

/* CSS */
color: #7d2db3;
background-color: #7d2db3;
/* Tailwind (arbitrary) */
class="text-[#7d2db3] bg-[#7d2db3]"
/* SCSS */
$brand: #7d2db3;
/* SwiftUI */
Color(red: 0.490, green: 0.176, blue: 0.702)
/* Android */
Color.parseColor("#7d2db3")
/* Flutter */
Color(0xFF7D2DB3)
/* Python / OpenCV (BGR) */
(179, 45, 125)

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

Accessibility — WCAG contrast

Aa
#7d2db3 on white: 7.25:1
AA ✓ pass · AA-large · AAA
Aa
#7d2db3 on black: 2.90:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #0054B7
deuteranopia · #0058B0
tritanopia · #744D6E

Color scale — 50 to 950

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

#F8F4FB
#F1E9F7
#E1CCEF
#CDA5E8
#B579DD
#9C4CD2
#8931C4
#7d2db3
#5B2182
#441C5F
#2A113B
Base = 700Lightest = 50 · #F8F4FBDarkest = 950 · #2A113B
:root {
  --brand-50: #F8F4FB;
  --brand-100: #F1E9F7;
  --brand-200: #E1CCEF;
  --brand-300: #CDA5E8;
  --brand-400: #B579DD;
  --brand-500: #9C4CD2;
  --brand-600: #8931C4;
  --brand-700: #7d2db3;
  --brand-800: #5B2182;
  --brand-900: #441C5F;
  --brand-950: #2A113B;
  --brand: #7d2db3;
  --brand-ink: #ffffff;
}

Colors that work with #7d2db3

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#F8F4FA
Tinted page background
Border#DBC0ED
Hairlines and dividers
Muted text#7B4B9B
Captions on the surface
Accent#7AA725
Second voice, not a rival
Dark variant#471A66
Hover, pressed, headers
Light variant#F4EBFA
Selected rows, tints
Dark surface#1E1424
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 #7d2db3

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#63B32D
Analogous left#3A2DB3
Analogous right#B32DA6
Split-complement 1#A6B32D
Split-complement 2#2DB33A
Triadic 1#B37D2D
Triadic 2#2DB37D
Tetradic#B33A2D

RGB percentages

Red49.0%
Green17.6%
Blue70.2%

CMYK percentages

Cyan30.2%
Magenta74.9%
Yellow0.0%
Key (black)29.8%

Color previews

#7d2db3 text on a black background

contrast 2.90:1

Card sample

#7d2db3 text on a white background

contrast 7.25:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(125, 45, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 45, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7d2db3;
background: linear-gradient(135deg, #7d2db3, #B32D90);

Monochromatic scale

Palettes built from #7d2db3

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.

#7d2db3 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.

#7d2db3, answered

What color is #7d2db3?

#7d2db3 is a dark vivid violet, closest to Rebecca Purple (ΔE2000 5.2). It sits at 276° on the hue wheel with 60% saturation and 44% lightness, which reads as cool.

What is the RGB value of #7d2db3?

rgb(125, 45, 179) — 125 red, 45 green and 179 blue out of 255, or 49% / 17.6% / 70.2% by channel.

Is #7d2db3 a light or a dark color?

It is a dark color. Relative luminance is 0.0949 and perceived brightness is 38%, so white text on it reaches 7.25:1.

Should I use black or white text on #7d2db3?

White. It scores 7.25:1 against #7d2db3, versus 2.90:1 for black — AAA at any size.

What is the complementary color of #7d2db3?

#63B32D sits directly opposite on the wheel. Softer options are the split-complements #A6B32D and #2DB33A, which give the same contrast with far less vibration.

What colors go well with #7d2db3?

For interface work: #F8F4FA as the surface, #DBC0ED for borders, #7B4B9B for secondary text, #7AA725 as an accent and #471A66 for hover and pressed states. For a palette, the analogous pair #3A2DB3 and #B32DA6 stays calm, while #63B32D is the loudest partner.

What is #7d2db3 in CMYK for printing?

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

Is #7d2db3 warm or cool?

Cool — it scores 63 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #AE2DB3; nudged cooler, #4B2BB5.

Work with #7d2db3 in the Color Lab