Indigo

#401070

Purple

Color Codes

All color formats for development

HEX
#401070
RGB
rgb(64, 16, 112)
HSL
hsl(270, 75%, 25%)
OKLCH
oklch(0.316 0.149 300.1)
CMYK
cmyk(43%, 86%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

13.76:1

AA AAA

On Black Background

1.53:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F2
100
#EDE0
200
#DEC5
300
#C498
400
#A663
500
#8C36
600
#701C
700
#5916
800
#4010
900
#290A
950
#1A06

Shades

Darker variations

1#390E64
2#330D59
3#2D0B4E
4#260A43
5#200838
6#19062D
7#130521
8#0D0316
9#06020B

Tints

Lighter variations

1#531591
2#6619B3
3#791ED4
4#8C36E2
5#9F58E7
6#B279EC
7#C69BF1
8#D9BCF5
9#ECDEFA

Tones

Muted variations

1#40156B
2#401966
3#401E61
4#40235C
5#402858
6#402D53
7#40314E
8#403649
9#403B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F2
#F7F2FD
BackgroundsSubtle highlightsCard backgrounds
100
EDE0
#EDE0FB
Light backgroundsTable row hoverSkeleton loading
200
DEC5
#DEC5F7
Secondary backgroundsInput backgroundsDividers
300
C498
#C498F0
BordersInactive statesPlaceholder text
400
A663
#A663E9
Disabled statesSecondary iconsMuted text
500
8C36
#8C36E2
Primary brand colorCTAsActive elementsLinks
600
701C
#701CC4
Hover statesFocus ringsPrimary buttons hover
700
5916
#59169C
Active/pressed statesDark mode accentsSecondary text
800
4010
#401070
Text on light backgroundsHeadingsStrong borders
900
290A
#290A47
Primary textHigh emphasis contentDark headings
950
1A06
#1A062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F2FD;
  --indigo-100: #EDE0FB;
  --indigo-200: #DEC5F7;
  --indigo-300: #C498F0;
  --indigo-400: #A663E9;
  --indigo-500: #8C36E2;
  --indigo-600: #701CC4;
  --indigo-700: #59169C;
  --indigo-800: #401070;
  --indigo-900: #290A47;
  --indigo-950: #1A062D;
}
Generate More ShadesCreate PaletteConvert Color