Indigo

#50149F

Purple

Color Codes

All color formats for development

HEX
#50149F
RGB
rgb(80, 20, 159)
HSL
hsl(266, 78%, 35%)
OKLCH
oklch(0.386 0.196 294.1)
CMYK
cmyk(50%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

10.81:1

AA AAA

On Black Background

1.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#EBDF
200
#DAC4
300
#BE97
400
#9C60
500
#8033
600
#6519
700
#5014
800
#390E
900
#2509
950
#1706

Shades

Darker variations

1#48128F
2#40107F
3#380E6F
4#300C5F
5#280A4F
6#200840
7#180630
8#100420
9#080210

Tints

Lighter variations

1#5F17BC
2#6E1BDA
3#7F30E5
4#914EE9
5#A46BED
6#B689F0
7#C8A6F4
8#DAC4F8
9#EDE1FB

Tones

Muted variations

1#511B98
2#522291
3#53298A
4#542F83
5#55367C
6#563D75
7#56446E
8#574B67
9#585260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FD
BackgroundsSubtle highlightsCard backgrounds
100
EBDF
#EBDFFB
Light backgroundsTable row hoverSkeleton loading
200
DAC4
#DAC4F8
Secondary backgroundsInput backgroundsDividers
300
BE97
#BE97F2
BordersInactive statesPlaceholder text
400
9C60
#9C60EB
Disabled statesSecondary iconsMuted text
500
8033
#8033E6
Primary brand colorCTAsActive elementsLinks
600
6519
#6519C8
Hover statesFocus ringsPrimary buttons hover
700
5014
#50149F
Active/pressed statesDark mode accentsSecondary text
800
390E
#390E71
Text on light backgroundsHeadingsStrong borders
900
2509
#250949
Primary textHigh emphasis contentDark headings
950
1706
#17062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F1FD;
  --indigo-100: #EBDFFB;
  --indigo-200: #DAC4F8;
  --indigo-300: #BE97F2;
  --indigo-400: #9C60EB;
  --indigo-500: #8033E6;
  --indigo-600: #6519C8;
  --indigo-700: #50149F;
  --indigo-800: #390E71;
  --indigo-900: #250949;
  --indigo-950: #17062D;
}
Generate More ShadesCreate PaletteConvert Color