Indigo

#48017E

Purple

Color Codes

All color formats for development

HEX
#48017E
RGB
rgb(72, 1, 126)
HSL
hsl(274, 98%, 25%)
OKLCH
oklch(0.331 0.175 301.3)
CMYK
cmyk(43%, 99%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

13.28:1

AA AAA

On Black Background

1.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EFDC
200
#E2BD
300
#CC8B
400
#B14E
500
#9B1C
600
#7F02
700
#6502
800
#4801
900
#2E01
950
#1D01

Shades

Darker variations

1#410172
2#3A0165
3#320158
4#2B014C
5#24013F
6#1D0132
7#160026
8#0E0019
9#07000D

Tints

Lighter variations

1#5E02A4
2#7302CA
3#8902F0
4#9B1CFD
5#AC42FD
6#BC68FD
7#CD8DFE
8#DEB3FE
9#EED9FF

Tones

Muted variations

1#470878
2#460E72
3#46146B
4#451A65
5#44215F
6#432759
7#422D52
8#41334C
9#413A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EFDC
#EFDCFF
Light backgroundsTable row hoverSkeleton loading
200
E2BD
#E2BDFE
Secondary backgroundsInput backgroundsDividers
300
CC8B
#CC8BFE
BordersInactive statesPlaceholder text
400
B14E
#B14EFD
Disabled statesSecondary iconsMuted text
500
9B1C
#9B1CFD
Primary brand colorCTAsActive elementsLinks
600
7F02
#7F02DE
Hover statesFocus ringsPrimary buttons hover
700
6502
#6502B1
Active/pressed statesDark mode accentsSecondary text
800
4801
#48017E
Text on light backgroundsHeadingsStrong borders
900
2E01
#2E0151
Primary textHigh emphasis contentDark headings
950
1D01
#1D0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F0FF;
  --indigo-100: #EFDCFF;
  --indigo-200: #E2BDFE;
  --indigo-300: #CC8BFE;
  --indigo-400: #B14EFD;
  --indigo-500: #9B1CFD;
  --indigo-600: #7F02DE;
  --indigo-700: #6502B1;
  --indigo-800: #48017E;
  --indigo-900: #2E0151;
  --indigo-950: #1D0132;
}
Generate More ShadesCreate PaletteConvert Color