Indigo

#32044D

Purple

Color Codes

All color formats for development

HEX
#32044D
RGB
rgb(50, 4, 77)
HSL
hsl(278, 90%, 16%)
OKLCH
oklch(0.251 0.121 307.9)
CMYK
cmyk(35%, 95%, 0%, 70%)

Accessibility

WCAG contrast compliance

On White Background

16.66:1

AA AAA

On Black Background

1.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F1DD
200
#E6C0
300
#D290
400
#BB55
500
#A825
600
#8B0B
700
#6F09
800
#4F06
900
#3304
950
#2003

Shades

Darker variations

1#2E0446
2#28033E
3#230336
4#1E022F
5#190227
6#14021F
7#0F0117
8#0A0110
9#050008

Tints

Lighter variations

1#4D0676
2#68089F
3#820BC8
4#9D0DF0
5#AE34F4
6#BE5CF6
7#CE85F9
8#DEAEFB
9#EFD6FD

Tones

Muted variations

1#32084A
2#310B46
3#300F43
4#2F133F
5#2E163B
6#2D1A37
7#2C1E34
8#2B2130
9#2A252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FE
BackgroundsSubtle highlightsCard backgrounds
100
F1DD
#F1DDFD
Light backgroundsTable row hoverSkeleton loading
200
E6C0
#E6C0FC
Secondary backgroundsInput backgroundsDividers
300
D290
#D290F9
BordersInactive statesPlaceholder text
400
BB55
#BB55F6
Disabled statesSecondary iconsMuted text
500
A825
#A825F4
Primary brand colorCTAsActive elementsLinks
600
8B0B
#8B0BD5
Hover statesFocus ringsPrimary buttons hover
700
6F09
#6F09AA
Active/pressed statesDark mode accentsSecondary text
800
4F06
#4F0679
Text on light backgroundsHeadingsStrong borders
900
3304
#33044E
Primary textHigh emphasis contentDark headings
950
2003
#200330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F0FE;
  --indigo-100: #F1DDFD;
  --indigo-200: #E6C0FC;
  --indigo-300: #D290F9;
  --indigo-400: #BB55F6;
  --indigo-500: #A825F4;
  --indigo-600: #8B0BD5;
  --indigo-700: #6F09AA;
  --indigo-800: #4F0679;
  --indigo-900: #33044E;
  --indigo-950: #200330;
}
Generate More ShadesCreate PaletteConvert Color