Indigo

#4F0AA9

Purple

Color Codes

All color formats for development

HEX
#4F0AA9
RGB
rgb(79, 10, 169)
HSL
hsl(266, 89%, 35%)
OKLCH
oklch(0.39 0.211 291.8)
CMYK
cmyk(53%, 94%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

10.78: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
#F6F1
100
#EBDD
200
#DAC0
300
#BD90
400
#9B56
500
#7F26
600
#630C
700
#4F0A
800
#3807
900
#2404
950
#1603

Shades

Darker variations

1#470998
2#3F0887
3#370776
4#2F0665
5#270554
6#1F0443
7#180333
8#100222
9#080111

Tints

Lighter variations

1#5D0CC8
2#6C0DE7
3#7D24F2
4#9043F4
5#A262F6
6#B582F8
7#C7A1FA
8#DAC0FB
9#ECE0FD

Tones

Muted variations

1#5012A1
2#511A99
3#522291
4#532A89
5#543281
6#553979
7#564171
8#574969
9#585161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EBDD
#EBDDFD
Light backgroundsTable row hoverSkeleton loading
200
DAC0
#DAC0FB
Secondary backgroundsInput backgroundsDividers
300
BD90
#BD90F9
BordersInactive statesPlaceholder text
400
9B56
#9B56F5
Disabled statesSecondary iconsMuted text
500
7F26
#7F26F2
Primary brand colorCTAsActive elementsLinks
600
630C
#630CD4
Hover statesFocus ringsPrimary buttons hover
700
4F0A
#4F0AA9
Active/pressed statesDark mode accentsSecondary text
800
3807
#380778
Text on light backgroundsHeadingsStrong borders
900
2404
#24044D
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: #F6F1FE;
  --indigo-100: #EBDDFD;
  --indigo-200: #DAC0FB;
  --indigo-300: #BD90F9;
  --indigo-400: #9B56F5;
  --indigo-500: #7F26F2;
  --indigo-600: #630CD4;
  --indigo-700: #4F0AA9;
  --indigo-800: #380778;
  --indigo-900: #24044D;
  --indigo-950: #160330;
}
Generate More ShadesCreate PaletteConvert Color