Indigo

#5A12CE

Purple

Color Codes

All color formats for development

HEX
#5A12CE
RGB
rgb(90, 18, 206)
HSL
hsl(263, 84%, 44%)
OKLCH
oklch(0.445 0.244 288.5)
CMYK
cmyk(56%, 91%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

8.70:1

AA AAA

On Black Background

2.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F1
100
#EADE
200
#D7C2
300
#B993
400
#945B
500
#762C
600
#5A12
700
#480E
800
#330A
900
#2107
950
#1504

Shades

Darker variations

1#5110BA
2#480EA5
3#3F0D91
4#360B7C
5#2D0967
6#240753
7#1B053E
8#120429
9#090215

Tints

Lighter variations

1#6614E9
2#762DED
3#8747EF
4#9961F1
5#AA7CF4
6#BB96F6
7#CCB0F8
8#DDCAFA
9#EEE5FD

Tones

Muted variations

1#5C1BC5
2#5F25BC
3#612EB2
4#6338A9
5#65419F
6#674B96
7#6A548C
8#6C5D83
9#6E677A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EADE
#EADEFC
Light backgroundsTable row hoverSkeleton loading
200
D7C2
#D7C2FA
Secondary backgroundsInput backgroundsDividers
300
B993
#B993F6
BordersInactive statesPlaceholder text
400
945B
#945BF1
Disabled statesSecondary iconsMuted text
500
762C
#762CED
Primary brand colorCTAsActive elementsLinks
600
5A12
#5A12CE
Hover statesFocus ringsPrimary buttons hover
700
480E
#480EA4
Active/pressed statesDark mode accentsSecondary text
800
330A
#330A75
Text on light backgroundsHeadingsStrong borders
900
2107
#21074B
Primary textHigh emphasis contentDark headings
950
1504
#15042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F1FE;
  --indigo-100: #EADEFC;
  --indigo-200: #D7C2FA;
  --indigo-300: #B993F6;
  --indigo-400: #945BF1;
  --indigo-500: #762CED;
  --indigo-600: #5A12CE;
  --indigo-700: #480EA4;
  --indigo-800: #330A75;
  --indigo-900: #21074B;
  --indigo-950: #15042F;
}
Generate More ShadesCreate PaletteConvert Color