Indigo

#330877

Purple

Color Codes

All color formats for development

HEX
#330877
RGB
rgb(51, 8, 119)
HSL
hsl(263, 87%, 25%)
OKLCH
oklch(0.301 0.162 289.7)
CMYK
cmyk(57%, 93%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

14.56: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
#EADE
200
#D7C1
300
#B891
400
#9458
500
#7528
600
#590F
700
#470C
800
#3308
900
#2105
950
#1403

Shades

Darker variations

1#2E076B
2#29075F
3#240653
4#1E0548
5#19043C
6#140330
7#0F0224
8#0A0218
9#05010C

Tints

Lighter variations

1#420B9B
2#510DBF
3#6110E3
4#7528F0
5#8C4CF3
6#A370F5
7#BA94F8
8#D1B7FA
9#E8DBFD

Tones

Muted variations

1#340E72
2#35136C
3#371967
4#381E61
5#39245B
6#3B2A56
7#3C2F50
8#3D354B
9#3E3A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EADE
#EADEFD
Light backgroundsTable row hoverSkeleton loading
200
D7C1
#D7C1FB
Secondary backgroundsInput backgroundsDividers
300
B891
#B891F7
BordersInactive statesPlaceholder text
400
9458
#9458F3
Disabled statesSecondary iconsMuted text
500
7528
#7528F0
Primary brand colorCTAsActive elementsLinks
600
590F
#590FD2
Hover statesFocus ringsPrimary buttons hover
700
470C
#470CA7
Active/pressed statesDark mode accentsSecondary text
800
3308
#330877
Text on light backgroundsHeadingsStrong borders
900
2105
#21054C
Primary textHigh emphasis contentDark headings
950
1403
#140330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F1FE;
  --indigo-100: #EADEFD;
  --indigo-200: #D7C1FB;
  --indigo-300: #B891F7;
  --indigo-400: #9458F3;
  --indigo-500: #7528F0;
  --indigo-600: #590FD2;
  --indigo-700: #470CA7;
  --indigo-800: #330877;
  --indigo-900: #21054C;
  --indigo-950: #140330;
}
Generate More ShadesCreate PaletteConvert Color