Indigo

#3E047B

Purple

Color Codes

All color formats for development

HEX
#3E047B
RGB
rgb(62, 4, 123)
HSL
hsl(269, 94%, 25%)
OKLCH
oklch(0.317 0.169 295.9)
CMYK
cmyk(50%, 97%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

13.92:1

AA AAA

On Black Background

1.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#EDDC
200
#DDBF
300
#C38D
400
#A352
500
#8920
600
#6D07
700
#5605
800
#3E04
900
#2802
950
#1902

Shades

Darker variations

1#38036F
2#310363
3#2B0357
4#25024A
5#1F023E
6#190231
7#130125
8#0C0119
9#06000C

Tints

Lighter variations

1#5005A1
2#6306C6
3#7507EB
4#8920F8
5#9C45F9
6#B06BFA
7#C490FC
8#D8B5FD
9#EBDAFE

Tones

Muted variations

1#3E0A76
2#3E1070
3#3E166A
4#3F1C64
5#3F225E
6#3F2858
7#3F2E52
8#3F344C
9#403A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EDDC
#EDDCFE
Light backgroundsTable row hoverSkeleton loading
200
DDBF
#DDBFFD
Secondary backgroundsInput backgroundsDividers
300
C38D
#C38DFB
BordersInactive statesPlaceholder text
400
A352
#A352FA
Disabled statesSecondary iconsMuted text
500
8920
#8920F8
Primary brand colorCTAsActive elementsLinks
600
6D07
#6D07DA
Hover statesFocus ringsPrimary buttons hover
700
5605
#5605AD
Active/pressed statesDark mode accentsSecondary text
800
3E04
#3E047C
Text on light backgroundsHeadingsStrong borders
900
2802
#28024F
Primary textHigh emphasis contentDark headings
950
1902
#190231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F0FF;
  --indigo-100: #EDDCFE;
  --indigo-200: #DDBFFD;
  --indigo-300: #C38DFB;
  --indigo-400: #A352FA;
  --indigo-500: #8920F8;
  --indigo-600: #6D07DA;
  --indigo-700: #5605AD;
  --indigo-800: #3E047C;
  --indigo-900: #28024F;
  --indigo-950: #190231;
}
Generate More ShadesCreate PaletteConvert Color