Indigo

#3A159D

Purple

Color Codes

All color formats for development

HEX
#3A159D
RGB
rgb(58, 21, 157)
HSL
hsl(256, 76%, 35%)
OKLCH
oklch(0.362 0.194 283.3)
CMYK
cmyk(63%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

11.84:1

AA AAA

On Black Background

1.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F2
100
#E7E0
200
#D2C5
300
#B098
400
#8662
500
#6435
600
#481B
700
#3A15
800
#290F
900
#1A0A
950
#1006

Shades

Darker variations

1#34138D
2#2E117E
3#280F6E
4#230D5E
5#1D0B4F
6#17093F
7#11062F
8#0C041F
9#060210

Tints

Lighter variations

1#4419BA
2#4F1DD7
3#6233E3
4#7850E7
5#8F6DEB
6#A58AEF
7#BCA7F3
8#D2C5F7
9#E9E2FB

Tones

Muted variations

1#3D1C96
2#402390
3#432A89
4#463182
5#49377B
6#4D3E74
7#50456E
8#534C67
9#565260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F2
#F5F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E7E0
#E7E0FB
Light backgroundsTable row hoverSkeleton loading
200
D2C5
#D2C5F7
Secondary backgroundsInput backgroundsDividers
300
B098
#B098F1
BordersInactive statesPlaceholder text
400
8662
#8662EA
Disabled statesSecondary iconsMuted text
500
6435
#6435E3
Primary brand colorCTAsActive elementsLinks
600
481B
#481BC5
Hover statesFocus ringsPrimary buttons hover
700
3A15
#3A159D
Active/pressed statesDark mode accentsSecondary text
800
290F
#290F70
Text on light backgroundsHeadingsStrong borders
900
1A0A
#1A0A48
Primary textHigh emphasis contentDark headings
950
1006
#10062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F2FD;
  --indigo-100: #E7E0FB;
  --indigo-200: #D2C5F7;
  --indigo-300: #B098F1;
  --indigo-400: #8662EA;
  --indigo-500: #6435E3;
  --indigo-600: #481BC5;
  --indigo-700: #3A159D;
  --indigo-800: #290F70;
  --indigo-900: #1A0A48;
  --indigo-950: #10062D;
}
Generate More ShadesCreate PaletteConvert Color