Indigo

#4F09AA

Purple

Color Codes

All color formats for development

HEX
#4F09AA
RGB
rgb(79, 9, 170)
HSL
hsl(266, 90%, 35%)
OKLCH
oklch(0.391 0.213 291.6)
CMYK
cmyk(54%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

10.76:1

AA AAA

On Black Background

1.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#EBDD
200
#DAC0
300
#BD90
400
#9B55
500
#7E25
600
#630B
700
#4F09
800
#3806
900
#2404
950
#1603

Shades

Darker variations

1#470899
2#3F0788
3#370677
4#2F0566
5#270455
6#1F0444
7#180333
8#100222
9#080111

Tints

Lighter variations

1#5D0BC9
2#6C0CE9
3#7D23F3
4#9042F5
5#A262F7
6#B581F8
7#C7A1FA
8#DAC0FC
9#ECE0FD

Tones

Muted variations

1#5011A2
2#51199A
3#522191
4#532989
5#543181
6#553979
7#564171
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
BD90
#BD90F9
BordersInactive statesPlaceholder text
400
9B55
#9B55F6
Disabled statesSecondary iconsMuted text
500
7E25
#7E25F4
Primary brand colorCTAsActive elementsLinks
600
630B
#630BD5
Hover statesFocus ringsPrimary buttons hover
700
4F09
#4F09AA
Active/pressed statesDark mode accentsSecondary text
800
3806
#380679
Text on light backgroundsHeadingsStrong borders
900
2404
#24044E
Primary textHigh emphasis contentDark headings
950
1603
#160330
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: #BD90F9;
  --indigo-400: #9B55F6;
  --indigo-500: #7E25F4;
  --indigo-600: #630BD5;
  --indigo-700: #4F09AA;
  --indigo-800: #380679;
  --indigo-900: #24044E;
  --indigo-950: #160330;
}
Generate More ShadesCreate PaletteConvert Color