Indigo

#301070

Purple

Color Codes

All color formats for development

HEX
#301070
RGB
rgb(48, 16, 112)
HSL
hsl(260, 75%, 25%)
OKLCH
oklch(0.297 0.148 288.9)
CMYK
cmyk(57%, 86%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

14.65: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
#F5F2
100
#E9E0
200
#D6C5
300
#B698
400
#8F63
500
#7036
600
#541C
700
#4316
800
#3010
900
#1F0A
950
#1306

Shades

Darker variations

1#2B0E64
2#260D59
3#210B4E
4#1D0A43
5#180838
6#13062D
7#0E0521
8#0A0316
9#05020B

Tints

Lighter variations

1#3E1591
2#4D19B3
3#5B1ED4
4#7036E2
5#8758E7
6#9F79EC
7#B79BF1
8#CFBCF5
9#E7DEFA

Tones

Muted variations

1#31156B
2#331966
3#351E61
4#36235C
5#382858
6#392D53
7#3B314E
8#3D3649
9#3E3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F2
#F5F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E9E0
#E9E0FB
Light backgroundsTable row hoverSkeleton loading
200
D6C5
#D6C5F7
Secondary backgroundsInput backgroundsDividers
300
B698
#B698F0
BordersInactive statesPlaceholder text
400
8F63
#8F63E9
Disabled statesSecondary iconsMuted text
500
7036
#7036E2
Primary brand colorCTAsActive elementsLinks
600
541C
#541CC4
Hover statesFocus ringsPrimary buttons hover
700
4316
#43169C
Active/pressed statesDark mode accentsSecondary text
800
3010
#301070
Text on light backgroundsHeadingsStrong borders
900
1F0A
#1F0A47
Primary textHigh emphasis contentDark headings
950
1306
#13062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F2FD;
  --indigo-100: #E9E0FB;
  --indigo-200: #D6C5F7;
  --indigo-300: #B698F0;
  --indigo-400: #8F63E9;
  --indigo-500: #7036E2;
  --indigo-600: #541CC4;
  --indigo-700: #43169C;
  --indigo-800: #301070;
  --indigo-900: #1F0A47;
  --indigo-950: #13062D;
}
Generate More ShadesCreate PaletteConvert Color