Indigo

#370E71

Purple

Color Codes

All color formats for development

HEX
#370E71
RGB
rgb(55, 14, 113)
HSL
hsl(265, 78%, 25%)
OKLCH
oklch(0.304 0.151 293.8)
CMYK
cmyk(51%, 88%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

14.35:1

AA AAA

On Black Background

1.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F1
100
#EBDF
200
#DAC4
300
#BD97
400
#9A60
500
#7D33
600
#6219
700
#4E14
800
#370E
900
#2309
950
#1606

Shades

Darker variations

1#320D66
2#2C0B5B
3#270A4F
4#210844
5#1C0739
6#16062D
7#110422
8#0B0317
9#06010B

Tints

Lighter variations

1#481294
2#5916B6
3#691BD8
4#7D33E6
5#9355EA
6#A977EE
7#BE99F2
8#D4BBF7
9#E9DDFB

Tones

Muted variations

1#38136D
2#391868
3#3A1D63
4#3B225E
5#3C2759
6#3C2C54
7#3D314F
8#3E364A
9#3F3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FD
BackgroundsSubtle highlightsCard backgrounds
100
EBDF
#EBDFFB
Light backgroundsTable row hoverSkeleton loading
200
DAC4
#DAC4F8
Secondary backgroundsInput backgroundsDividers
300
BD97
#BD97F2
BordersInactive statesPlaceholder text
400
9A60
#9A60EB
Disabled statesSecondary iconsMuted text
500
7D33
#7D33E6
Primary brand colorCTAsActive elementsLinks
600
6219
#6219C8
Hover statesFocus ringsPrimary buttons hover
700
4E14
#4E149F
Active/pressed statesDark mode accentsSecondary text
800
370E
#370E71
Text on light backgroundsHeadingsStrong borders
900
2309
#230949
Primary textHigh emphasis contentDark headings
950
1606
#16062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F1FD;
  --indigo-100: #EBDFFB;
  --indigo-200: #DAC4F8;
  --indigo-300: #BD97F2;
  --indigo-400: #9A60EB;
  --indigo-500: #7D33E6;
  --indigo-600: #6219C8;
  --indigo-700: #4E149F;
  --indigo-800: #370E71;
  --indigo-900: #230949;
  --indigo-950: #16062D;
}
Generate More ShadesCreate PaletteConvert Color