Indigo

#331070

Purple

Color Codes

All color formats for development

HEX
#331070
RGB
rgb(51, 16, 112)
HSL
hsl(262, 75%, 25%)
OKLCH
oklch(0.3 0.148 291)
CMYK
cmyk(54%, 86%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

14.49:1

AA AAA

On Black Background

1.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F2
100
#EAE0
200
#D7C5
300
#B998
400
#9463
500
#7536
600
#5A1C
700
#4716
800
#3310
900
#210A
950
#1406

Shades

Darker variations

1#2E0E64
2#290D59
3#240B4E
4#1F0A43
5#1A0838
6#14062D
7#0F0521
8#0A0316
9#05020B

Tints

Lighter variations

1#421591
2#5219B3
3#611ED4
4#7536E2
5#8C58E7
6#A379EC
7#BA9BF1
8#D1BCF5
9#E8DEFA

Tones

Muted variations

1#34156B
2#361966
3#371E61
4#38235C
5#392858
6#3B2D53
7#3C314E
8#3D3649
9#3E3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F2
#F6F2FD
BackgroundsSubtle highlightsCard backgrounds
100
EAE0
#EAE0FB
Light backgroundsTable row hoverSkeleton loading
200
D7C5
#D7C5F7
Secondary backgroundsInput backgroundsDividers
300
B998
#B998F0
BordersInactive statesPlaceholder text
400
9463
#9463E9
Disabled statesSecondary iconsMuted text
500
7536
#7536E2
Primary brand colorCTAsActive elementsLinks
600
5A1C
#5A1CC4
Hover statesFocus ringsPrimary buttons hover
700
4716
#47169C
Active/pressed statesDark mode accentsSecondary text
800
3310
#331070
Text on light backgroundsHeadingsStrong borders
900
210A
#210A47
Primary textHigh emphasis contentDark headings
950
1406
#14062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F2FD;
  --indigo-100: #EAE0FB;
  --indigo-200: #D7C5F7;
  --indigo-300: #B998F0;
  --indigo-400: #9463E9;
  --indigo-500: #7536E2;
  --indigo-600: #5A1CC4;
  --indigo-700: #47169C;
  --indigo-800: #331070;
  --indigo-900: #210A47;
  --indigo-950: #14062D;
}
Generate More ShadesCreate PaletteConvert Color