Indigo

#2E02B1

Purple

Color Codes

All color formats for development

HEX
#2E02B1
RGB
rgb(46, 2, 177)
HSL
hsl(255, 98%, 35%)
OKLCH
oklch(0.365 0.227 275.6)
CMYK
cmyk(74%, 99%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

11.93:1

AA AAA

On Black Background

1.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E4DC
200
#CEBD
300
#A88B
400
#7A4E
500
#541C
600
#3902
700
#2E02
800
#2101
900
#1501
950
#0D01

Shades

Darker variations

1#29029F
2#24018D
3#20017C
4#1B016A
5#170158
6#120147
7#0E0135
8#090023
9#050012

Tints

Lighter variations

1#3602D2
2#3E02F2
3#5219FD
4#6B3AFD
5#845BFD
6#9C7CFE
7#B59DFE
8#CEBDFE
9#E6DEFF

Tones

Muted variations

1#320BA8
2#36139F
3#3B1C96
4#3F258E
5#432E85
6#48367C
7#4C3F73
8#51486B
9#555162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E4DC
#E4DCFF
Light backgroundsTable row hoverSkeleton loading
200
CEBD
#CEBDFE
Secondary backgroundsInput backgroundsDividers
300
A88B
#A88BFE
BordersInactive statesPlaceholder text
400
7A4E
#7A4EFD
Disabled statesSecondary iconsMuted text
500
541C
#541CFD
Primary brand colorCTAsActive elementsLinks
600
3902
#3902DE
Hover statesFocus ringsPrimary buttons hover
700
2E02
#2E02B1
Active/pressed statesDark mode accentsSecondary text
800
2101
#21017E
Text on light backgroundsHeadingsStrong borders
900
1501
#150151
Primary textHigh emphasis contentDark headings
950
0D01
#0D0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F0FF;
  --indigo-100: #E4DCFF;
  --indigo-200: #CEBDFE;
  --indigo-300: #A88BFE;
  --indigo-400: #7A4EFD;
  --indigo-500: #541CFD;
  --indigo-600: #3902DE;
  --indigo-700: #2E02B1;
  --indigo-800: #21017E;
  --indigo-900: #150151;
  --indigo-950: #0D0132;
}
Generate More ShadesCreate PaletteConvert Color