Indigo

#28034F

Purple

Color Codes

All color formats for development

HEX
#28034F
RGB
rgb(40, 3, 79)
HSL
hsl(269, 93%, 16%)
OKLCH
oklch(0.237 0.122 297.9)
CMYK
cmyk(49%, 96%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

17.27:1

AA AAA

On Black Background

1.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#EDDD
200
#DDBF
300
#C38E
400
#A353
500
#8922
600
#6D08
700
#5606
800
#3E04
900
#2803
950
#1902

Shades

Darker variations

1#240347
2#20023F
3#1C0237
4#18022F
5#140127
6#10011F
7#0C0118
8#080110
9#040008

Tints

Lighter variations

1#3C0478
2#5106A1
3#6607CB
4#7B09F4
5#9130F8
6#A75AF9
7#BD83FB
8#D3ACFC
9#E9D6FE

Tones

Muted variations

1#28074B
2#280A47
3#280E43
4#281240
5#28163C
6#281A38
7#281D34
8#292130
9#29252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FE
BackgroundsSubtle highlightsCard backgrounds
100
EDDD
#EDDDFE
Light backgroundsTable row hoverSkeleton loading
200
DDBF
#DDBFFD
Secondary backgroundsInput backgroundsDividers
300
C38E
#C38EFB
BordersInactive statesPlaceholder text
400
A353
#A353F9
Disabled statesSecondary iconsMuted text
500
8922
#8922F7
Primary brand colorCTAsActive elementsLinks
600
6D08
#6D08D9
Hover statesFocus ringsPrimary buttons hover
700
5606
#5606AC
Active/pressed statesDark mode accentsSecondary text
800
3E04
#3E047B
Text on light backgroundsHeadingsStrong borders
900
2803
#28034F
Primary textHigh emphasis contentDark headings
950
1902
#190231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F0FE;
  --indigo-100: #EDDDFE;
  --indigo-200: #DDBFFD;
  --indigo-300: #C38EFB;
  --indigo-400: #A353F9;
  --indigo-500: #8922F7;
  --indigo-600: #6D08D9;
  --indigo-700: #5606AC;
  --indigo-800: #3E047B;
  --indigo-900: #28034F;
  --indigo-950: #190231;
}
Generate More ShadesCreate PaletteConvert Color