Indigo

#36037C

Purple

Color Codes

All color formats for development

HEX
#36037C
RGB
rgb(54, 3, 124)
HSL
hsl(265, 95%, 25%)
OKLCH
oklch(0.307 0.17 290.6)
CMYK
cmyk(56%, 98%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

14.37: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
#F6F0
100
#EADC
200
#D9BE
300
#BB8D
400
#9851
500
#7A1F
600
#5E06
700
#4B04
800
#3603
900
#2202
950
#1501

Shades

Darker variations

1#300370
2#2B0363
3#260257
4#20024B
5#1B023E
6#150132
7#100125
8#0B0119
9#05000C

Tints

Lighter variations

1#4604A2
2#5605C7
3#6606EC
4#7A1FF9
5#9045FA
6#A66AFB
7#BD8FFC
8#D3B4FD
9#E9DAFE

Tones

Muted variations

1#370976
2#380F70
3#39156A
4#3A1B64
5#3B215E
6#3C2858
7#3D2E52
8#3E344C
9#3F3A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EADC
#EADCFE
Light backgroundsTable row hoverSkeleton loading
200
D9BE
#D9BEFD
Secondary backgroundsInput backgroundsDividers
300
BB8D
#BB8DFC
BordersInactive statesPlaceholder text
400
9851
#9851FB
Disabled statesSecondary iconsMuted text
500
7A1F
#7A1FF9
Primary brand colorCTAsActive elementsLinks
600
5E06
#5E06DB
Hover statesFocus ringsPrimary buttons hover
700
4B04
#4B04AE
Active/pressed statesDark mode accentsSecondary text
800
3603
#36037C
Text on light backgroundsHeadingsStrong borders
900
2202
#220250
Primary textHigh emphasis contentDark headings
950
1501
#150132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F0FF;
  --indigo-100: #EADCFE;
  --indigo-200: #D9BEFD;
  --indigo-300: #BB8DFC;
  --indigo-400: #9851FB;
  --indigo-500: #7A1FF9;
  --indigo-600: #5E06DB;
  --indigo-700: #4B04AE;
  --indigo-800: #36037C;
  --indigo-900: #220250;
  --indigo-950: #150132;
}
Generate More ShadesCreate PaletteConvert Color