Indigo

#32064B

Purple

Color Codes

All color formats for development

HEX
#32064B
RGB
rgb(50, 6, 75)
HSL
hsl(278, 85%, 16%)
OKLCH
oklch(0.252 0.117 308.7)
CMYK
cmyk(33%, 92%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

16.62: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
#F9F1
100
#F1DE
200
#E5C2
300
#D292
400
#BA5A
500
#A62B
600
#8A11
700
#6D0D
800
#4E0A
900
#3206
950
#1F04

Shades

Darker variations

1#2D0644
2#28053C
3#230435
4#1E042D
5#190326
6#14021E
7#0F0217
8#0A010F
9#050108

Tints

Lighter variations

1#4C0973
2#670D9B
3#8110C2
4#9B13EA
5#AC39EF
6#BD60F2
7#CD88F5
8#DEB0F9
9#EED7FC

Tones

Muted variations

1#310A48
2#300D45
3#2F1141
4#2E143E
5#2D173A
6#2C1B37
7#2C1E33
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
#E5C2FA
Secondary backgroundsInput backgroundsDividers
300
D292
#D292F6
BordersInactive statesPlaceholder text
400
BA5A
#BA5AF2
Disabled statesSecondary iconsMuted text
500
A62B
#A62BEE
Primary brand colorCTAsActive elementsLinks
600
8A11
#8A11D0
Hover statesFocus ringsPrimary buttons hover
700
6D0D
#6D0DA5
Active/pressed statesDark mode accentsSecondary text
800
4E0A
#4E0A76
Text on light backgroundsHeadingsStrong borders
900
3206
#32064B
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: #E5C2FA;
  --indigo-300: #D292F6;
  --indigo-400: #BA5AF2;
  --indigo-500: #A62BEE;
  --indigo-600: #8A11D0;
  --indigo-700: #6D0DA5;
  --indigo-800: #4E0A76;
  --indigo-900: #32064B;
  --indigo-950: #1F042F;
}
Generate More ShadesCreate PaletteConvert Color