Indigo

#570679

Purple

Color Codes

All color formats for development

HEX
#570679
RGB
rgb(87, 6, 121)
HSL
hsl(282, 91%, 25%)
OKLCH
oklch(0.351 0.17 311.6)
CMYK
cmyk(28%, 95%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

12.30:1

AA AAA

On Black Background

1.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F4DD
200
#EAC0
300
#DA8F
400
#C655
500
#B624
600
#990A
700
#7A08
800
#5706
900
#3804
950
#2302

Shades

Darker variations

1#4E056E
2#460561
3#3D0455
4#340349
5#2B033D
6#230231
7#1A0225
8#110118
9#09010C

Tints

Lighter variations

1#71079E
2#8B09C3
3#A50BE7
4#B624F5
5#C248F6
6#CE6DF8
7#DB91FA
8#E7B6FC
9#F3DAFD

Tones

Muted variations

1#550C74
2#52116E
3#501768
4#4E1D63
5#4B235D
6#492957
7#472E51
8#44344B
9#423A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F4DD
#F4DDFD
Light backgroundsTable row hoverSkeleton loading
200
EAC0
#EAC0FC
Secondary backgroundsInput backgroundsDividers
300
DA8F
#DA8FFA
BordersInactive statesPlaceholder text
400
C655
#C655F7
Disabled statesSecondary iconsMuted text
500
B624
#B624F5
Primary brand colorCTAsActive elementsLinks
600
990A
#990AD6
Hover statesFocus ringsPrimary buttons hover
700
7A08
#7A08AA
Active/pressed statesDark mode accentsSecondary text
800
5706
#57067A
Text on light backgroundsHeadingsStrong borders
900
3804
#38044E
Primary textHigh emphasis contentDark headings
950
2302
#230231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FAF0FE;
  --indigo-100: #F4DDFD;
  --indigo-200: #EAC0FC;
  --indigo-300: #DA8FFA;
  --indigo-400: #C655F7;
  --indigo-500: #B624F5;
  --indigo-600: #990AD6;
  --indigo-700: #7A08AA;
  --indigo-800: #57067A;
  --indigo-900: #38044E;
  --indigo-950: #230231;
}
Generate More ShadesCreate PaletteConvert Color