Indigo

#361070

Purple

Color Codes

All color formats for development

HEX
#361070
RGB
rgb(54, 16, 112)
HSL
hsl(264, 75%, 25%)
OKLCH
oklch(0.304 0.148 293.1)
CMYK
cmyk(52%, 86%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

14.34:1

AA AAA

On Black Background

1.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F2
100
#EAE0
200
#D9C5
300
#BC98
400
#9863
500
#7B36
600
#5F1C
700
#4C16
800
#3610
900
#230A
950
#1606

Shades

Darker variations

1#310E64
2#2B0D59
3#260B4E
4#210A43
5#1B0838
6#16062D
7#100521
8#0B0316
9#05020B

Tints

Lighter variations

1#461591
2#5719B3
3#671ED4
4#7B36E2
5#9158E7
6#A779EC
7#BD9BF1
8#D3BCF5
9#E9DEFA

Tones

Muted variations

1#37156B
2#381966
3#391E61
4#3A235C
5#3B2858
6#3C2D53
7#3D314E
8#3E3649
9#3F3B45

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
D9C5
#D9C5F7
Secondary backgroundsInput backgroundsDividers
300
BC98
#BC98F0
BordersInactive statesPlaceholder text
400
9863
#9863E9
Disabled statesSecondary iconsMuted text
500
7B36
#7B36E2
Primary brand colorCTAsActive elementsLinks
600
5F1C
#5F1CC4
Hover statesFocus ringsPrimary buttons hover
700
4C16
#4C169C
Active/pressed statesDark mode accentsSecondary text
800
3610
#361070
Text on light backgroundsHeadingsStrong borders
900
230A
#230A47
Primary textHigh emphasis contentDark headings
950
1606
#16062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F2FD;
  --indigo-100: #EAE0FB;
  --indigo-200: #D9C5F7;
  --indigo-300: #BC98F0;
  --indigo-400: #9863E9;
  --indigo-500: #7B36E2;
  --indigo-600: #5F1CC4;
  --indigo-700: #4C169C;
  --indigo-800: #361070;
  --indigo-900: #230A47;
  --indigo-950: #16062D;
}
Generate More ShadesCreate PaletteConvert Color