Indigo

#43116E

Purple

Color Codes

All color formats for development

HEX
#43116E
RGB
rgb(67, 17, 110)
HSL
hsl(272, 73%, 25%)
OKLCH
oklch(0.32 0.147 302.9)
CMYK
cmyk(39%, 85%, 0%, 57%)

Accessibility

WCAG contrast compliance

On White Background

13.60:1

AA AAA

On Black Background

1.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F2
100
#EEE0
200
#DFC6
300
#C79A
400
#AA65
500
#9238
600
#761E
700
#5E18
800
#4311
900
#2B0B
950
#1B07

Shades

Darker variations

1#3C0F63
2#350E58
3#2F0C4D
4#280A42
5#210937
6#1B072C
7#140521
8#0D0316
9#07020B

Tints

Lighter variations

1#57168F
2#6B1CB0
3#7F21D2
4#9238E0
5#A45AE5
6#B67BEA
7#C89CF0
8#DBBDF5
9#EDDEFA

Tones

Muted variations

1#43166A
2#421B65
3#421F60
4#42245C
5#412857
6#412D52
7#41324E
8#403649
9#403B44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F2
#F8F2FD
BackgroundsSubtle highlightsCard backgrounds
100
EEE0
#EEE0FA
Light backgroundsTable row hoverSkeleton loading
200
DFC6
#DFC6F6
Secondary backgroundsInput backgroundsDividers
300
C79A
#C79AEF
BordersInactive statesPlaceholder text
400
AA65
#AA65E7
Disabled statesSecondary iconsMuted text
500
9238
#9238E0
Primary brand colorCTAsActive elementsLinks
600
761E
#761EC2
Hover statesFocus ringsPrimary buttons hover
700
5E18
#5E189A
Active/pressed statesDark mode accentsSecondary text
800
4311
#43116E
Text on light backgroundsHeadingsStrong borders
900
2B0B
#2B0B47
Primary textHigh emphasis contentDark headings
950
1B07
#1B072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F2FD;
  --indigo-100: #EEE0FA;
  --indigo-200: #DFC6F6;
  --indigo-300: #C79AEF;
  --indigo-400: #AA65E7;
  --indigo-500: #9238E0;
  --indigo-600: #761EC2;
  --indigo-700: #5E189A;
  --indigo-800: #43116E;
  --indigo-900: #2B0B47;
  --indigo-950: #1B072C;
}
Generate More ShadesCreate PaletteConvert Color