Indigo

#400679

Purple

Color Codes

All color formats for development

HEX
#400679
RGB
rgb(64, 6, 121)
HSL
hsl(270, 91%, 25%)
OKLCH
oklch(0.318 0.166 297.8)
CMYK
cmyk(47%, 95%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

13.81: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
#F7F0
100
#EDDD
200
#DEC0
300
#C48F
400
#A655
500
#8C24
600
#700A
700
#5908
800
#4006
900
#2904
950
#1A02

Shades

Darker variations

1#39056E
2#330561
3#2D0455
4#260349
5#20033D
6#190231
7#130225
8#0D0118
9#06010C

Tints

Lighter variations

1#53079E
2#6609C3
3#790BE7
4#8C24F5
5#9F48F6
6#B26DF8
7#C691FA
8#D9B6FC
9#ECDAFD

Tones

Muted variations

1#400C74
2#40116E
3#401768
4#401D63
5#40235D
6#402957
7#402E51
8#40344B
9#403A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FE
BackgroundsSubtle highlightsCard backgrounds
100
EDDD
#EDDDFD
Light backgroundsTable row hoverSkeleton loading
200
DEC0
#DEC0FC
Secondary backgroundsInput backgroundsDividers
300
C48F
#C48FFA
BordersInactive statesPlaceholder text
400
A655
#A655F7
Disabled statesSecondary iconsMuted text
500
8C24
#8C24F5
Primary brand colorCTAsActive elementsLinks
600
700A
#700AD6
Hover statesFocus ringsPrimary buttons hover
700
5908
#5908AA
Active/pressed statesDark mode accentsSecondary text
800
4006
#40067A
Text on light backgroundsHeadingsStrong borders
900
2904
#29044E
Primary textHigh emphasis contentDark headings
950
1A02
#1A0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F0FE;
  --indigo-100: #EDDDFD;
  --indigo-200: #DEC0FC;
  --indigo-300: #C48FFA;
  --indigo-400: #A655F7;
  --indigo-500: #8C24F5;
  --indigo-600: #700AD6;
  --indigo-700: #5908AA;
  --indigo-800: #40067A;
  --indigo-900: #29044E;
  --indigo-950: #1A0231;
}
Generate More ShadesCreate PaletteConvert Color