Indigo

#4E08AA

Purple

Color Codes

All color formats for development

HEX
#4E08AA
RGB
rgb(78, 8, 170)
HSL
hsl(266, 91%, 35%)
OKLCH
oklch(0.389 0.213 291.1)
CMYK
cmyk(54%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

10.83:1

AA AAA

On Black Background

1.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#EBDD
200
#DAC0
300
#BD8F
400
#9B55
500
#7E24
600
#630A
700
#4E08
800
#3806
900
#2404
950
#1602

Shades

Darker variations

1#470799
2#3F0688
3#370677
4#2F0566
5#270455
6#1F0344
7#180233
8#100222
9#080111

Tints

Lighter variations

1#5D0ACA
2#6C0BEA
3#7D21F5
4#8F41F6
5#A261F8
6#B580F9
7#C7A0FB
8#DAC0FC
9#ECDFFE

Tones

Muted variations

1#5010A2
2#51189A
3#522092
4#53298A
5#543182
6#55397A
7#564172
8#574969
9#585161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FE
BackgroundsSubtle highlightsCard backgrounds
100
EBDD
#EBDDFD
Light backgroundsTable row hoverSkeleton loading
200
DAC0
#DAC0FC
Secondary backgroundsInput backgroundsDividers
300
BD8F
#BD8FFA
BordersInactive statesPlaceholder text
400
9B55
#9B55F7
Disabled statesSecondary iconsMuted text
500
7E24
#7E24F5
Primary brand colorCTAsActive elementsLinks
600
630A
#630AD6
Hover statesFocus ringsPrimary buttons hover
700
4E08
#4E08AA
Active/pressed statesDark mode accentsSecondary text
800
3806
#38067A
Text on light backgroundsHeadingsStrong borders
900
2404
#24044E
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: #EBDDFD;
  --indigo-200: #DAC0FC;
  --indigo-300: #BD8FFA;
  --indigo-400: #9B55F7;
  --indigo-500: #7E24F5;
  --indigo-600: #630AD6;
  --indigo-700: #4E08AA;
  --indigo-800: #38067A;
  --indigo-900: #24044E;
  --indigo-950: #160231;
}
Generate More ShadesCreate PaletteConvert Color