Indigo

#4F057A

Purple

Color Codes

All color formats for development

HEX
#4F057A
RGB
rgb(79, 5, 122)
HSL
hsl(278, 92%, 25%)
OKLCH
oklch(0.34 0.17 306.7)
CMYK
cmyk(35%, 96%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

12.84:1

AA AAA

On Black Background

1.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F2DD
200
#E6BF
300
#D38E
400
#BC54
500
#A823
600
#8C09
700
#6F07
800
#4F05
900
#3303
950
#2002

Shades

Darker variations

1#47056E
2#400462
3#380456
4#300349
5#28033D
6#200231
7#180225
8#100118
9#08010C

Tints

Lighter variations

1#67079F
2#7F08C4
3#970AE9
4#A823F6
5#B747F7
6#C56CF9
7#D491FA
8#E2B6FC
9#F1DAFD

Tones

Muted variations

1#4E0B75
2#4C116F
3#4B1769
4#491D63
5#48225D
6#462857
7#442E51
8#43344B
9#413A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FE
BackgroundsSubtle highlightsCard backgrounds
100
F2DD
#F2DDFE
Light backgroundsTable row hoverSkeleton loading
200
E6BF
#E6BFFC
Secondary backgroundsInput backgroundsDividers
300
D38E
#D38EFA
BordersInactive statesPlaceholder text
400
BC54
#BC54F8
Disabled statesSecondary iconsMuted text
500
A823
#A823F6
Primary brand colorCTAsActive elementsLinks
600
8C09
#8C09D7
Hover statesFocus ringsPrimary buttons hover
700
6F07
#6F07AB
Active/pressed statesDark mode accentsSecondary text
800
4F05
#4F057A
Text on light backgroundsHeadingsStrong borders
900
3303
#33034E
Primary textHigh emphasis contentDark headings
950
2002
#200231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F0FE;
  --indigo-100: #F2DDFE;
  --indigo-200: #E6BFFC;
  --indigo-300: #D38EFA;
  --indigo-400: #BC54F8;
  --indigo-500: #A823F6;
  --indigo-600: #8C09D7;
  --indigo-700: #6F07AB;
  --indigo-800: #4F057A;
  --indigo-900: #33034E;
  --indigo-950: #200231;
}
Generate More ShadesCreate PaletteConvert Color