Indigo

#48027E

Purple

Color Codes

All color formats for development

HEX
#48027E
RGB
rgb(72, 2, 126)
HSL
hsl(274, 97%, 25%)
OKLCH
oklch(0.332 0.174 301.2)
CMYK
cmyk(43%, 98%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

13.25:1

AA AAA

On Black Background

1.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EFDC
200
#E2BE
300
#CC8B
400
#B14F
500
#9B1D
600
#7F03
700
#6503
800
#4802
900
#2E01
950
#1D01

Shades

Darker variations

1#410271
2#3A0264
3#320158
4#2B014B
5#24013F
6#1D0132
7#160126
8#0E0019
9#07000D

Tints

Lighter variations

1#5E02A3
2#7303C9
3#8904EF
4#9B1DFC
5#AC43FC
6#BC68FD
7#CD8EFD
8#DEB4FE
9#EED9FE

Tones

Muted variations

1#470877
2#460E71
3#46146B
4#451B65
5#44215F
6#432758
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
#EFDCFE
Light backgroundsTable row hoverSkeleton loading
200
E2BE
#E2BEFE
Secondary backgroundsInput backgroundsDividers
300
CC8B
#CC8BFD
BordersInactive statesPlaceholder text
400
B14F
#B14FFC
Disabled statesSecondary iconsMuted text
500
9B1D
#9B1DFC
Primary brand colorCTAsActive elementsLinks
600
7F03
#7F03DD
Hover statesFocus ringsPrimary buttons hover
700
6503
#6503B0
Active/pressed statesDark mode accentsSecondary text
800
4802
#48027E
Text on light backgroundsHeadingsStrong borders
900
2E01
#2E0150
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: #E2BEFE;
  --indigo-300: #CC8BFD;
  --indigo-400: #B14FFC;
  --indigo-500: #9B1DFC;
  --indigo-600: #7F03DD;
  --indigo-700: #6503B0;
  --indigo-800: #48027E;
  --indigo-900: #2E0150;
  --indigo-950: #1D0132;
}
Generate More ShadesCreate PaletteConvert Color