Indigo

#300C73

Purple

Color Codes

All color formats for development

HEX
#300C73
RGB
rgb(48, 12, 115)
HSL
hsl(261, 81%, 25%)
OKLCH
oklch(0.296 0.155 288.5)
CMYK
cmyk(58%, 90%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

14.73:1

AA AAA

On Black Background

1.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E9DF
200
#D6C3
300
#B695
400
#905D
500
#702F
600
#5515
700
#4411
800
#300C
900
#1F08
950
#1305

Shades

Darker variations

1#2B0B68
2#270A5C
3#220851
4#1D0745
5#18063A
6#13052E
7#0E0423
8#0A0217
9#05010C

Tints

Lighter variations

1#3F1096
2#4D13B9
3#5C17DB
4#702FE9
5#8852ED
6#A075F0
7#B897F4
8#CFBAF8
9#E7DCFB

Tones

Muted variations

1#32116E
2#331669
3#351C64
4#36215F
5#38265A
6#3A2B54
7#3B304F
8#3D354A
9#3E3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E9DF
#E9DFFC
Light backgroundsTable row hoverSkeleton loading
200
D6C3
#D6C3F9
Secondary backgroundsInput backgroundsDividers
300
B695
#B695F4
BordersInactive statesPlaceholder text
400
905D
#905DEE
Disabled statesSecondary iconsMuted text
500
702F
#702FE9
Primary brand colorCTAsActive elementsLinks
600
5515
#5515CB
Hover statesFocus ringsPrimary buttons hover
700
4411
#4411A2
Active/pressed statesDark mode accentsSecondary text
800
300C
#300C73
Text on light backgroundsHeadingsStrong borders
900
1F08
#1F084A
Primary textHigh emphasis contentDark headings
950
1305
#13052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FE;
  --indigo-100: #E9DFFC;
  --indigo-200: #D6C3F9;
  --indigo-300: #B695F4;
  --indigo-400: #905DEE;
  --indigo-500: #702FE9;
  --indigo-600: #5515CB;
  --indigo-700: #4411A2;
  --indigo-800: #300C73;
  --indigo-900: #1F084A;
  --indigo-950: #13052E;
}
Generate More ShadesCreate PaletteConvert Color