Indigo

#32074B

Purple

Color Codes

All color formats for development

HEX
#32074B
RGB
rgb(50, 7, 75)
HSL
hsl(278, 83%, 16%)
OKLCH
oklch(0.253 0.116 308.6)
CMYK
cmyk(33%, 91%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

16.57:1

AA AAA

On Black Background

1.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F1
100
#F1DE
200
#E5C2
300
#D194
400
#BA5C
500
#A62D
600
#8913
700
#6D0F
800
#4E0B
900
#3207
950
#1F04

Shades

Darker variations

1#2D0643
2#28063C
3#230534
4#1E042D
5#190325
6#14031E
7#0F0216
8#0A010F
9#050107

Tints

Lighter variations

1#4C0B72
2#660E99
3#8012C0
4#9A16E7
5#AC3BED
6#BC62F0
7#CD89F4
8#DEB1F8
9#EED8FB

Tones

Muted variations

1#310A47
2#300E44
3#2F1141
4#2E143D
5#2D183A
6#2C1B36
7#2C1F33
8#2B2230
9#2A252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F1
#F9F1FE
BackgroundsSubtle highlightsCard backgrounds
100
F1DE
#F1DEFC
Light backgroundsTable row hoverSkeleton loading
200
E5C2
#E5C2F9
Secondary backgroundsInput backgroundsDividers
300
D194
#D194F5
BordersInactive statesPlaceholder text
400
BA5C
#BA5CF0
Disabled statesSecondary iconsMuted text
500
A62D
#A62DEB
Primary brand colorCTAsActive elementsLinks
600
8913
#8913CD
Hover statesFocus ringsPrimary buttons hover
700
6D0F
#6D0FA3
Active/pressed statesDark mode accentsSecondary text
800
4E0B
#4E0B75
Text on light backgroundsHeadingsStrong borders
900
3207
#32074B
Primary textHigh emphasis contentDark headings
950
1F04
#1F042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F1FE;
  --indigo-100: #F1DEFC;
  --indigo-200: #E5C2F9;
  --indigo-300: #D194F5;
  --indigo-400: #BA5CF0;
  --indigo-500: #A62DEB;
  --indigo-600: #8913CD;
  --indigo-700: #6D0FA3;
  --indigo-800: #4E0B75;
  --indigo-900: #32074B;
  --indigo-950: #1F042F;
}
Generate More ShadesCreate PaletteConvert Color