Indigo

#320D73

Purple

Color Codes

All color formats for development

HEX
#320D73
RGB
rgb(50, 13, 115)
HSL
hsl(262, 80%, 25%)
OKLCH
oklch(0.3 0.154 289.8)
CMYK
cmyk(57%, 89%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

14.58:1

AA AAA

On Black Background

1.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F1
100
#E9DF
200
#D7C3
300
#B895
400
#935E
500
#7430
600
#5816
700
#4612
800
#320D
900
#2008
950
#1405

Shades

Darker variations

1#2D0B67
2#280A5C
3#230950
4#1E0845
5#190639
6#14052E
7#0F0422
8#0A0317
9#05010B

Tints

Lighter variations

1#411195
2#5014B8
3#5F18DA
4#7430E8
5#8B53EC
6#A275F0
7#B998F4
8#D1BAF7
9#E8DDFB

Tones

Muted variations

1#34126E
2#351769
3#361C63
4#38215E
5#392659
6#3A2B54
7#3C304F
8#3D364A
9#3E3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E9DF
#E9DFFB
Light backgroundsTable row hoverSkeleton loading
200
D7C3
#D7C3F8
Secondary backgroundsInput backgroundsDividers
300
B895
#B895F3
BordersInactive statesPlaceholder text
400
935E
#935EED
Disabled statesSecondary iconsMuted text
500
7430
#7430E8
Primary brand colorCTAsActive elementsLinks
600
5816
#5816CA
Hover statesFocus ringsPrimary buttons hover
700
4612
#4612A1
Active/pressed statesDark mode accentsSecondary text
800
320D
#320D73
Text on light backgroundsHeadingsStrong borders
900
2008
#200849
Primary textHigh emphasis contentDark headings
950
1405
#14052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F1FD;
  --indigo-100: #E9DFFB;
  --indigo-200: #D7C3F8;
  --indigo-300: #B895F3;
  --indigo-400: #935EED;
  --indigo-500: #7430E8;
  --indigo-600: #5816CA;
  --indigo-700: #4612A1;
  --indigo-800: #320D73;
  --indigo-900: #200849;
  --indigo-950: #14052E;
}
Generate More ShadesCreate PaletteConvert Color