Indigo

#400A76

Purple

Color Codes

All color formats for development

HEX
#400A76
RGB
rgb(64, 10, 118)
HSL
hsl(270, 84%, 25%)
OKLCH
oklch(0.318 0.16 298.5)
CMYK
cmyk(46%, 92%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

13.79:1

AA AAA

On Black Background

1.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#EDDE
200
#DEC2
300
#C493
400
#A65B
500
#8C2C
600
#7012
700
#590E
800
#400A
900
#2907
950
#1A04

Shades

Darker variations

1#39096A
2#33085E
3#2D0752
4#260646
5#20053B
6#19042F
7#130323
8#0D0217
9#06010C

Tints

Lighter variations

1#530D98
2#6610BC
3#7913DF
4#8C2CED
5#9F4FF0
6#B272F3
7#C695F6
8#D9B9F9
9#ECDCFC

Tones

Muted variations

1#401070
2#40156B
3#401A65
4#402060
5#40255B
6#402A55
7#403050
8#40354A
9#403A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EDDE
#EDDEFC
Light backgroundsTable row hoverSkeleton loading
200
DEC2
#DEC2FA
Secondary backgroundsInput backgroundsDividers
300
C493
#C493F6
BordersInactive statesPlaceholder text
400
A65B
#A65BF1
Disabled statesSecondary iconsMuted text
500
8C2C
#8C2CED
Primary brand colorCTAsActive elementsLinks
600
7012
#7012CE
Hover statesFocus ringsPrimary buttons hover
700
590E
#590EA4
Active/pressed statesDark mode accentsSecondary text
800
400A
#400A75
Text on light backgroundsHeadingsStrong borders
900
2907
#29074B
Primary textHigh emphasis contentDark headings
950
1A04
#1A042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F1FE;
  --indigo-100: #EDDEFC;
  --indigo-200: #DEC2FA;
  --indigo-300: #C493F6;
  --indigo-400: #A65BF1;
  --indigo-500: #8C2CED;
  --indigo-600: #7012CE;
  --indigo-700: #590EA4;
  --indigo-800: #400A75;
  --indigo-900: #29074B;
  --indigo-950: #1A042F;
}
Generate More ShadesCreate PaletteConvert Color