Indigo

#330F71

Purple

Color Codes

All color formats for development

HEX
#330F71
RGB
rgb(51, 15, 113)
HSL
hsl(262, 77%, 25%)
OKLCH
oklch(0.3 0.15 290.8)
CMYK
cmyk(55%, 87%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

14.51:1

AA AAA

On Black Background

1.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F1
100
#E9DF
200
#D7C4
300
#B897
400
#9361
500
#7534
600
#591A
700
#4715
800
#330F
900
#2009
950
#1406

Shades

Darker variations

1#2E0D66
2#290C5A
3#230A4F
4#1E0944
5#190738
6#14062D
7#0F0422
8#0A0317
9#05010B

Tints

Lighter variations

1#421393
2#5117B5
3#601CD6
4#7534E5
5#8C56E9
6#A378ED
7#BA99F2
8#D1BBF6
9#E8DDFB

Tones

Muted variations

1#34146C
2#351867
3#371D62
4#38225D
5#392758
6#3B2C53
7#3C314E
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
D7C4
#D7C4F7
Secondary backgroundsInput backgroundsDividers
300
B897
#B897F2
BordersInactive statesPlaceholder text
400
9361
#9361EA
Disabled statesSecondary iconsMuted text
500
7534
#7534E5
Primary brand colorCTAsActive elementsLinks
600
591A
#591AC7
Hover statesFocus ringsPrimary buttons hover
700
4715
#47159E
Active/pressed statesDark mode accentsSecondary text
800
330F
#330F71
Text on light backgroundsHeadingsStrong borders
900
2009
#200948
Primary textHigh emphasis contentDark headings
950
1406
#14062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F1FD;
  --indigo-100: #E9DFFB;
  --indigo-200: #D7C4F7;
  --indigo-300: #B897F2;
  --indigo-400: #9361EA;
  --indigo-500: #7534E5;
  --indigo-600: #591AC7;
  --indigo-700: #47159E;
  --indigo-800: #330F71;
  --indigo-900: #200948;
  --indigo-950: #14062D;
}
Generate More ShadesCreate PaletteConvert Color