Indigo

#3B189A

Purple

Color Codes

All color formats for development

HEX
#3B189A
RGB
rgb(59, 24, 154)
HSL
hsl(256, 73%, 35%)
OKLCH
oklch(0.362 0.189 284.1)
CMYK
cmyk(62%, 84%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

11.78:1

AA AAA

On Black Background

1.78: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#35168B
2#2F137C
3#29116C
4#230E5D
5#1D0C4D
6#180A3E
7#12072E
8#0C051F
9#06020F

Tints

Lighter variations

1#461DB7
2#5121D4
3#6336E0
4#7A53E4
5#9070E9
6#A68CED
7#BCA9F2
8#D3C6F6
9#E9E2FB

Tones

Muted variations

1#3E1F94
2#41258D
3#442C87
4#473280
5#4A397A
6#4D3F73
7#50466D
8#534C66
9#565360

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