Indigo

#28044E

Purple

Color Codes

All color formats for development

HEX
#28044E
RGB
rgb(40, 4, 78)
HSL
hsl(269, 90%, 16%)
OKLCH
oklch(0.237 0.12 298.2)
CMYK
cmyk(49%, 95%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

17.25: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
#DDC0
300
#C390
400
#A355
500
#8925
600
#6D0B
700
#5709
800
#3E06
900
#2804
950
#1903

Shades

Darker variations

1#240446
2#20033E
3#1C0336
4#18022F
5#140227
6#10021F
7#0C0117
8#080110
9#040008

Tints

Lighter variations

1#3C0676
2#51089F
3#660BC8
4#7B0DF0
5#9134F4
6#A75CF6
7#BD85F9
8#D3AEFB
9#E9D6FD

Tones

Muted variations

1#28084A
2#280B46
3#280F43
4#28133F
5#28163B
6#281A37
7#281E34
8#292130
9#29252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FE
BackgroundsSubtle highlightsCard backgrounds
100
EDDD
#EDDDFD
Light backgroundsTable row hoverSkeleton loading
200
DDC0
#DDC0FC
Secondary backgroundsInput backgroundsDividers
300
C390
#C390F9
BordersInactive statesPlaceholder text
400
A355
#A355F6
Disabled statesSecondary iconsMuted text
500
8925
#8925F4
Primary brand colorCTAsActive elementsLinks
600
6D0B
#6D0BD5
Hover statesFocus ringsPrimary buttons hover
700
5709
#5709AA
Active/pressed statesDark mode accentsSecondary text
800
3E06
#3E0679
Text on light backgroundsHeadingsStrong borders
900
2804
#28044E
Primary textHigh emphasis contentDark headings
950
1903
#190330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F0FE;
  --indigo-100: #EDDDFD;
  --indigo-200: #DDC0FC;
  --indigo-300: #C390F9;
  --indigo-400: #A355F6;
  --indigo-500: #8925F4;
  --indigo-600: #6D0BD5;
  --indigo-700: #5709AA;
  --indigo-800: #3E0679;
  --indigo-900: #28044E;
  --indigo-950: #190330;
}
Generate More ShadesCreate PaletteConvert Color