Indigo

#300052

Purple

Color Codes

All color formats for development

HEX
#300052
RGB
rgb(48, 0, 82)
HSL
hsl(275, 100%, 16%)
OKLCH
oklch(0.249 0.13 304)
CMYK
cmyk(41%, 100%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

16.83:1

AA AAA

On Black Background

1.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F0DB
200
#E3BD
300
#CE8A
400
#B54D
500
#9F1A
600
#8300
700
#6800
800
#4A00
900
#3000
950
#1E00

Shades

Darker variations

1#2B0049
2#260041
3#210039
4#1D0031
5#180029
6#130021
7#0E0018
8#0A0010
9#050008

Tints

Lighter variations

1#49007C
2#6200A7
3#7B00D2
4#9400FD
5#A629FF
6#B854FF
7#C97EFF
8#DBA9FF
9#EDD4FF

Tones

Muted variations

1#2F044E
2#2E0849
3#2E0C45
4#2D1041
5#2C143D
6#2C1839
7#2B1D35
8#2A2131
9#29252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FF
BackgroundsSubtle highlightsCard backgrounds
100
F0DB
#F0DBFF
Light backgroundsTable row hoverSkeleton loading
200
E3BD
#E3BDFF
Secondary backgroundsInput backgroundsDividers
300
CE8A
#CE8AFF
BordersInactive statesPlaceholder text
400
B54D
#B54DFF
Disabled statesSecondary iconsMuted text
500
9F1A
#9F1AFF
Primary brand colorCTAsActive elementsLinks
600
8300
#8300E0
Hover statesFocus ringsPrimary buttons hover
700
6800
#6800B3
Active/pressed statesDark mode accentsSecondary text
800
4A00
#4A0080
Text on light backgroundsHeadingsStrong borders
900
3000
#300052
Primary textHigh emphasis contentDark headings
950
1E00
#1E0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F0FF;
  --indigo-100: #F0DBFF;
  --indigo-200: #E3BDFF;
  --indigo-300: #CE8AFF;
  --indigo-400: #B54DFF;
  --indigo-500: #9F1AFF;
  --indigo-600: #8300E0;
  --indigo-700: #6800B3;
  --indigo-800: #4A0080;
  --indigo-900: #300052;
  --indigo-950: #1E0033;
}
Generate More ShadesCreate PaletteConvert Color