Indigo

#48037C

Purple

Color Codes

All color formats for development

HEX
#48037C
RGB
rgb(72, 3, 124)
HSL
hsl(274, 95%, 25%)
OKLCH
oklch(0.33 0.171 301.9)
CMYK
cmyk(42%, 98%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

13.29: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
#E2BE
300
#CC8D
400
#B151
500
#9B1F
600
#7E06
700
#6504
800
#4803
900
#2E02
950
#1D01

Shades

Darker variations

1#410370
2#390363
3#320257
4#2B024B
5#24023E
6#1D0132
7#160125
8#0E0119
9#07000C

Tints

Lighter variations

1#5D04A2
2#7305C7
3#8806EC
4#9B1FF9
5#AB45FA
6#BC6AFB
7#CD8FFC
8#DEB4FD
9#EEDAFE

Tones

Muted variations

1#470976
2#460F70
3#45156A
4#451B64
5#44215E
6#432858
7#422E52
8#41344C
9#413A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EFDC
#EFDCFE
Light backgroundsTable row hoverSkeleton loading
200
E2BE
#E2BEFD
Secondary backgroundsInput backgroundsDividers
300
CC8D
#CC8DFC
BordersInactive statesPlaceholder text
400
B151
#B151FB
Disabled statesSecondary iconsMuted text
500
9B1F
#9B1FF9
Primary brand colorCTAsActive elementsLinks
600
7E06
#7E06DB
Hover statesFocus ringsPrimary buttons hover
700
6504
#6504AE
Active/pressed statesDark mode accentsSecondary text
800
4803
#48037C
Text on light backgroundsHeadingsStrong borders
900
2E02
#2E0250
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: #EFDCFE;
  --indigo-200: #E2BEFD;
  --indigo-300: #CC8DFC;
  --indigo-400: #B151FB;
  --indigo-500: #9B1FF9;
  --indigo-600: #7E06DB;
  --indigo-700: #6504AE;
  --indigo-800: #48037C;
  --indigo-900: #2E0250;
  --indigo-950: #1D0132;
}
Generate More ShadesCreate PaletteConvert Color