Indigo

#40017E

Purple

Color Codes

All color formats for development

HEX
#40017E
RGB
rgb(64, 1, 126)
HSL
hsl(270, 98%, 25%)
OKLCH
oklch(0.321 0.174 296.4)
CMYK
cmyk(49%, 99%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

13.78:1

AA AAA

On Black Background

1.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#EDDC
200
#DEBD
300
#C48B
400
#A64E
500
#8C1C
600
#7002
700
#5902
800
#4001
900
#2901
950
#1A01

Shades

Darker variations

1#390172
2#330165
3#2D0158
4#26014C
5#20013F
6#190132
7#130026
8#0D0019
9#06000D

Tints

Lighter variations

1#5302A4
2#6602CA
3#7902F0
4#8C1CFD
5#9F42FD
6#B268FD
7#C68DFE
8#D9B3FE
9#ECD9FF

Tones

Muted variations

1#400878
2#400E72
3#40146B
4#401A65
5#40215F
6#402759
7#402D52
8#40334C
9#403A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EDDC
#EDDCFF
Light backgroundsTable row hoverSkeleton loading
200
DEBD
#DEBDFE
Secondary backgroundsInput backgroundsDividers
300
C48B
#C48BFE
BordersInactive statesPlaceholder text
400
A64E
#A64EFD
Disabled statesSecondary iconsMuted text
500
8C1C
#8C1CFD
Primary brand colorCTAsActive elementsLinks
600
7002
#7002DE
Hover statesFocus ringsPrimary buttons hover
700
5902
#5902B1
Active/pressed statesDark mode accentsSecondary text
800
4001
#40017E
Text on light backgroundsHeadingsStrong borders
900
2901
#290151
Primary textHigh emphasis contentDark headings
950
1A01
#1A0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F0FF;
  --indigo-100: #EDDCFF;
  --indigo-200: #DEBDFE;
  --indigo-300: #C48BFE;
  --indigo-400: #A64EFD;
  --indigo-500: #8C1CFD;
  --indigo-600: #7002DE;
  --indigo-700: #5902B1;
  --indigo-800: #40017E;
  --indigo-900: #290151;
  --indigo-950: #1A0132;
}
Generate More ShadesCreate PaletteConvert Color