Indigo

#4E037C

Purple

Color Codes

All color formats for development

HEX
#4E037C
RGB
rgb(78, 3, 124)
HSL
hsl(277, 95%, 25%)
OKLCH
oklch(0.339 0.173 305.4)
CMYK
cmyk(37%, 98%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

12.90:1

AA AAA

On Black Background

1.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F1DC
200
#E5BE
300
#D18D
400
#BA51
500
#A61F
600
#8906
700
#6D04
800
#4E03
900
#3202
950
#1F01

Shades

Darker variations

1#460370
2#3E0363
3#370257
4#2F024B
5#27023E
6#1F0132
7#170125
8#100119
9#08000C

Tints

Lighter variations

1#6504A2
2#7D05C7
3#9406EC
4#A61FF9
5#B545FA
6#C36AFB
7#D28FFC
8#E1B4FD
9#F0DAFE

Tones

Muted variations

1#4C0976
2#4B0F70
3#4A156A
4#481B64
5#47215E
6#452858
7#442E52
8#43344C
9#413A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FF
BackgroundsSubtle highlightsCard backgrounds
100
F1DC
#F1DCFE
Light backgroundsTable row hoverSkeleton loading
200
E5BE
#E5BEFD
Secondary backgroundsInput backgroundsDividers
300
D18D
#D18DFC
BordersInactive statesPlaceholder text
400
BA51
#BA51FB
Disabled statesSecondary iconsMuted text
500
A61F
#A61FF9
Primary brand colorCTAsActive elementsLinks
600
8906
#8906DB
Hover statesFocus ringsPrimary buttons hover
700
6D04
#6D04AE
Active/pressed statesDark mode accentsSecondary text
800
4E03
#4E037C
Text on light backgroundsHeadingsStrong borders
900
3202
#320250
Primary textHigh emphasis contentDark headings
950
1F01
#1F0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F0FF;
  --indigo-100: #F1DCFE;
  --indigo-200: #E5BEFD;
  --indigo-300: #D18DFC;
  --indigo-400: #BA51FB;
  --indigo-500: #A61FF9;
  --indigo-600: #8906DB;
  --indigo-700: #6D04AE;
  --indigo-800: #4E037C;
  --indigo-900: #320250;
  --indigo-950: #1F0132;
}
Generate More ShadesCreate PaletteConvert Color