Indigo

#5210A2

Purple

Color Codes

All color formats for development

HEX
#5210A2
RGB
rgb(82, 16, 162)
HSL
hsl(267, 82%, 35%)
OKLCH
oklch(0.389 0.202 294.7)
CMYK
cmyk(49%, 90%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

10.74:1

AA AAA

On Black Background

1.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#ECDF
200
#DBC3
300
#C094
400
#9E5D
500
#832E
600
#6714
700
#5210
800
#3B0B
900
#2507
950
#1705

Shades

Darker variations

1#4A0E92
2#420D82
3#390B72
4#310A61
5#290851
6#210641
7#190531
8#100320
9#080210

Tints

Lighter variations

1#6113C1
2#7016DF
3#812CEA
4#934AED
5#A568F0
6#B786F3
7#C9A5F6
8#DBC3F9
9#EDE1FC

Tones

Muted variations

1#53179B
2#531F94
3#54268C
4#552D85
5#56357E
6#563C77
7#57436F
8#584B68
9#595261

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FE
BackgroundsSubtle highlightsCard backgrounds
100
ECDF
#ECDFFC
Light backgroundsTable row hoverSkeleton loading
200
DBC3
#DBC3F9
Secondary backgroundsInput backgroundsDividers
300
C094
#C094F4
BordersInactive statesPlaceholder text
400
9E5D
#9E5DEF
Disabled statesSecondary iconsMuted text
500
832E
#832EEA
Primary brand colorCTAsActive elementsLinks
600
6714
#6714CC
Hover statesFocus ringsPrimary buttons hover
700
5210
#5210A2
Active/pressed statesDark mode accentsSecondary text
800
3B0B
#3B0B74
Text on light backgroundsHeadingsStrong borders
900
2507
#25074A
Primary textHigh emphasis contentDark headings
950
1705
#17052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F1FE;
  --indigo-100: #ECDFFC;
  --indigo-200: #DBC3F9;
  --indigo-300: #C094F4;
  --indigo-400: #9E5DEF;
  --indigo-500: #832EEA;
  --indigo-600: #6714CC;
  --indigo-700: #5210A2;
  --indigo-800: #3B0B74;
  --indigo-900: #25074A;
  --indigo-950: #17052E;
}
Generate More ShadesCreate PaletteConvert Color