Purple

#7D00B3

Purple

Color Codes

All color formats for development

HEX
#7D00B3
RGB
rgb(125, 0, 179)
HSL
hsl(282, 100%, 35%)
OKLCH
oklch(0.456 0.231 309.8)
CMYK
cmyk(30%, 100%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

8.32:1

AA AAA

On Black Background

2.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F4DB
200
#EBBD
300
#DC8A
400
#C94D
500
#BA1A
600
#9D00
700
#7D00
800
#5900
900
#3900
950
#2400

Shades

Darker variations

1#7000A1
2#64008F
3#57007D
4#4B006B
5#3E0059
6#320047
7#250036
8#190024
9#0C0012

Tints

Lighter variations

1#9400D4
2#AB00F5
3#B917FF
4#C338FF
5#CD59FF
6#D77AFF
7#E19CFF
8#EBBDFF
9#F5DEFF

Tones

Muted variations

1#7909AA
2#7612A1
3#721B98
4#6F248F
5#6B2D86
6#68367D
7#643E74
8#60476B
9#5D5062

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F4DB
#F4DBFF
Light backgroundsTable row hoverSkeleton loading
200
EBBD
#EBBDFF
Secondary backgroundsInput backgroundsDividers
300
DC8A
#DC8AFF
BordersInactive statesPlaceholder text
400
C94D
#C94DFF
Disabled statesSecondary iconsMuted text
500
BA1A
#BA1AFF
Primary brand colorCTAsActive elementsLinks
600
9D00
#9D00E0
Hover statesFocus ringsPrimary buttons hover
700
7D00
#7D00B3
Active/pressed statesDark mode accentsSecondary text
800
5900
#590080
Text on light backgroundsHeadingsStrong borders
900
3900
#390052
Primary textHigh emphasis contentDark headings
950
2400
#240033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FAF0FF;
  --purple-100: #F4DBFF;
  --purple-200: #EBBDFF;
  --purple-300: #DC8AFF;
  --purple-400: #C94DFF;
  --purple-500: #BA1AFF;
  --purple-600: #9D00E0;
  --purple-700: #7D00B3;
  --purple-800: #590080;
  --purple-900: #390052;
  --purple-950: #240033;
}
Generate More ShadesCreate PaletteConvert Color