Indigo

#391070

Purple

Color Codes

All color formats for development

HEX
#391070
RGB
rgb(57, 16, 112)
HSL
hsl(266, 75%, 25%)
OKLCH
oklch(0.307 0.148 295.3)
CMYK
cmyk(49%, 86%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

14.17:1

AA AAA

On Black Background

1.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F2
100
#EBE0
200
#DBC5
300
#BE98
400
#9D63
500
#8136
600
#651C
700
#5016
800
#3910
900
#250A
950
#1706

Shades

Darker variations

1#340E64
2#2E0D59
3#280B4E
4#220A43
5#1D0838
6#17062D
7#110521
8#0B0316
9#06020B

Tints

Lighter variations

1#4B1591
2#5C19B3
3#6D1ED4
4#8136E2
5#9658E7
6#AB79EC
7#C09BF1
8#D5BCF5
9#EADEFA

Tones

Muted variations

1#3A156B
2#3B1966
3#3B1E61
4#3C235C
5#3D2858
6#3D2D53
7#3E314E
8#3E3649
9#3F3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F2
#F7F2FD
BackgroundsSubtle highlightsCard backgrounds
100
EBE0
#EBE0FB
Light backgroundsTable row hoverSkeleton loading
200
DBC5
#DBC5F7
Secondary backgroundsInput backgroundsDividers
300
BE98
#BE98F0
BordersInactive statesPlaceholder text
400
9D63
#9D63E9
Disabled statesSecondary iconsMuted text
500
8136
#8136E2
Primary brand colorCTAsActive elementsLinks
600
651C
#651CC4
Hover statesFocus ringsPrimary buttons hover
700
5016
#50169C
Active/pressed statesDark mode accentsSecondary text
800
3910
#391070
Text on light backgroundsHeadingsStrong borders
900
250A
#250A47
Primary textHigh emphasis contentDark headings
950
1706
#17062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F2FD;
  --indigo-100: #EBE0FB;
  --indigo-200: #DBC5F7;
  --indigo-300: #BE98F0;
  --indigo-400: #9D63E9;
  --indigo-500: #8136E2;
  --indigo-600: #651CC4;
  --indigo-700: #50169C;
  --indigo-800: #391070;
  --indigo-900: #250A47;
  --indigo-950: #17062D;
}
Generate More ShadesCreate PaletteConvert Color