Indigo

#2A116E

Purple

Color Codes

All color formats for development

HEX
#2A116E
RGB
rgb(42, 17, 110)
HSL
hsl(256, 73%, 25%)
OKLCH
oklch(0.289 0.145 285.1)
CMYK
cmyk(62%, 85%, 0%, 57%)

Accessibility

WCAG contrast compliance

On White Background

14.96:1

AA AAA

On Black Background

1.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F2
100
#E7E0
200
#D3C6
300
#B09A
400
#8765
500
#6538
600
#4A1E
700
#3B18
800
#2A11
900
#1B0B
950
#1107

Shades

Darker variations

1#260F63
2#220E58
3#1D0C4D
4#190A42
5#150937
6#11072C
7#0D0521
8#080316
9#04020B

Tints

Lighter variations

1#37168F
2#431CB0
3#5021D2
4#6538E0
5#7F5AE5
6#987BEA
7#B29CF0
8#CCBDF5
9#E5DEFA

Tones

Muted variations

1#2C166A
2#2E1B65
3#311F60
4#33245C
5#352857
6#372D52
7#39324E
8#3B3649
9#3E3B44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F2
#F5F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E7E0
#E7E0FA
Light backgroundsTable row hoverSkeleton loading
200
D3C6
#D3C6F6
Secondary backgroundsInput backgroundsDividers
300
B09A
#B09AEF
BordersInactive statesPlaceholder text
400
8765
#8765E7
Disabled statesSecondary iconsMuted text
500
6538
#6538E0
Primary brand colorCTAsActive elementsLinks
600
4A1E
#4A1EC2
Hover statesFocus ringsPrimary buttons hover
700
3B18
#3B189A
Active/pressed statesDark mode accentsSecondary text
800
2A11
#2A116E
Text on light backgroundsHeadingsStrong borders
900
1B0B
#1B0B47
Primary textHigh emphasis contentDark headings
950
1107
#11072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F2FD;
  --indigo-100: #E7E0FA;
  --indigo-200: #D3C6F6;
  --indigo-300: #B09AEF;
  --indigo-400: #8765E7;
  --indigo-500: #6538E0;
  --indigo-600: #4A1EC2;
  --indigo-700: #3B189A;
  --indigo-800: #2A116E;
  --indigo-900: #1B0B47;
  --indigo-950: #11072C;
}
Generate More ShadesCreate PaletteConvert Color