Indigo

#4D0778

Purple

Color Codes

All color formats for development

HEX
#4D0778
RGB
rgb(77, 7, 120)
HSL
hsl(277, 89%, 25%)
OKLCH
oklch(0.336 0.166 306.1)
CMYK
cmyk(36%, 94%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

12.99:1

AA AAA

On Black Background

1.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F1
100
#F1DD
200
#E5C0
300
#D190
400
#B856
500
#A426
600
#880C
700
#6C0A
800
#4D07
900
#3104
950
#1F03

Shades

Darker variations

1#45066C
2#3E0660
3#360554
4#2E0448
5#26043C
6#1F0330
7#170224
8#0F0118
9#08010C

Tints

Lighter variations

1#64099D
2#7B0BC1
3#920DE5
4#A426F2
5#B34AF4
6#C26EF7
7#D293F9
8#E1B7FB
9#F0DBFD

Tones

Muted variations

1#4C0D73
2#4A126D
3#491867
4#481E62
5#46235C
6#452956
7#442F51
8#42344B
9#413A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F1
#F9F1FE
BackgroundsSubtle highlightsCard backgrounds
100
F1DD
#F1DDFD
Light backgroundsTable row hoverSkeleton loading
200
E5C0
#E5C0FB
Secondary backgroundsInput backgroundsDividers
300
D190
#D190F9
BordersInactive statesPlaceholder text
400
B856
#B856F5
Disabled statesSecondary iconsMuted text
500
A426
#A426F2
Primary brand colorCTAsActive elementsLinks
600
880C
#880CD4
Hover statesFocus ringsPrimary buttons hover
700
6C0A
#6C0AA9
Active/pressed statesDark mode accentsSecondary text
800
4D07
#4D0778
Text on light backgroundsHeadingsStrong borders
900
3104
#31044D
Primary textHigh emphasis contentDark headings
950
1F03
#1F0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F1FE;
  --indigo-100: #F1DDFD;
  --indigo-200: #E5C0FB;
  --indigo-300: #D190F9;
  --indigo-400: #B856F5;
  --indigo-500: #A426F2;
  --indigo-600: #880CD4;
  --indigo-700: #6C0AA9;
  --indigo-800: #4D0778;
  --indigo-900: #31044D;
  --indigo-950: #1F0330;
}
Generate More ShadesCreate PaletteConvert Color