Indigo

#36067A

Purple

Color Codes

All color formats for development

HEX
#36067A
RGB
rgb(54, 6, 122)
HSL
hsl(265, 91%, 25%)
OKLCH
oklch(0.307 0.166 290.9)
CMYK
cmyk(56%, 95%, 0%, 52%)

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
#F6F0
100
#EADD
200
#D9C0
300
#BB8F
400
#9855
500
#7B24
600
#5F0A
700
#4C08
800
#3606
900
#2304
950
#1602

Shades

Darker variations

1#31056E
2#2B0561
3#260455
4#200349
5#1B033D
6#160231
7#100225
8#0B0118
9#05010C

Tints

Lighter variations

1#46079E
2#5709C3
3#670BE7
4#7B24F5
5#9148F6
6#A76DF8
7#BD91FA
8#D3B6FC
9#E9DAFD

Tones

Muted variations

1#370C74
2#38116E
3#391768
4#3A1D63
5#3B235D
6#3C2957
7#3D2E51
8#3E344B
9#3F3A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FE
BackgroundsSubtle highlightsCard backgrounds
100
EADD
#EADDFD
Light backgroundsTable row hoverSkeleton loading
200
D9C0
#D9C0FC
Secondary backgroundsInput backgroundsDividers
300
BB8F
#BB8FFA
BordersInactive statesPlaceholder text
400
9855
#9855F7
Disabled statesSecondary iconsMuted text
500
7B24
#7B24F5
Primary brand colorCTAsActive elementsLinks
600
5F0A
#5F0AD6
Hover statesFocus ringsPrimary buttons hover
700
4C08
#4C08AA
Active/pressed statesDark mode accentsSecondary text
800
3606
#36067A
Text on light backgroundsHeadingsStrong borders
900
2304
#23044E
Primary textHigh emphasis contentDark headings
950
1602
#160231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F0FE;
  --indigo-100: #EADDFD;
  --indigo-200: #D9C0FC;
  --indigo-300: #BB8FFA;
  --indigo-400: #9855F7;
  --indigo-500: #7B24F5;
  --indigo-600: #5F0AD6;
  --indigo-700: #4C08AA;
  --indigo-800: #36067A;
  --indigo-900: #23044E;
  --indigo-950: #160231;
}
Generate More ShadesCreate PaletteConvert Color