Indigo

#43169C

Purple

Color Codes

All color formats for development

HEX
#43169C
RGB
rgb(67, 22, 156)
HSL
hsl(260, 75%, 35%)
OKLCH
oklch(0.37 0.192 288)
CMYK
cmyk(57%, 86%, 0%, 39%)

Accessibility

WCAG contrast compliance

On White Background

11.45:1

AA AAA

On Black Background

1.83: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#3C148D
2#36127D
3#2F106D
4#280D5E
5#210B4E
6#1B093E
7#14072F
8#0D041F
9#070210

Tints

Lighter variations

1#4F1AB9
2#5C1FD6
3#6E34E2
4#8351E6
5#976EEA
6#AC8BEE
7#C1A8F3
8#D6C5F7
9#EAE2FB

Tones

Muted variations

1#451D95
2#47248F
3#4A2A88
4#4C3181
5#4E387B
6#503E74
7#53456D
8#554C67
9#575360

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