Indigo

#40047B

Purple

Color Codes

All color formats for development

HEX
#40047B
RGB
rgb(64, 4, 123)
HSL
hsl(270, 94%, 25%)
OKLCH
oklch(0.319 0.169 297.2)
CMYK
cmyk(48%, 97%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

13.80: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
#EDDC
200
#DEBF
300
#C48D
400
#A652
500
#8C20
600
#7007
700
#5905
800
#4004
900
#2902
950
#1A02

Shades

Darker variations

1#39036F
2#330363
3#2D0357
4#26024A
5#20023E
6#190231
7#130125
8#0D0119
9#06000C

Tints

Lighter variations

1#5305A1
2#6606C6
3#7907EB
4#8C20F8
5#9F45F9
6#B26BFA
7#C690FC
8#D9B5FD
9#ECDAFE

Tones

Muted variations

1#400A76
2#401070
3#40166A
4#401C64
5#40225E
6#402858
7#402E52
8#40344C
9#403A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EDDC
#EDDCFE
Light backgroundsTable row hoverSkeleton loading
200
DEBF
#DEBFFD
Secondary backgroundsInput backgroundsDividers
300
C48D
#C48DFB
BordersInactive statesPlaceholder text
400
A652
#A652FA
Disabled statesSecondary iconsMuted text
500
8C20
#8C20F8
Primary brand colorCTAsActive elementsLinks
600
7007
#7007DA
Hover statesFocus ringsPrimary buttons hover
700
5905
#5905AD
Active/pressed statesDark mode accentsSecondary text
800
4004
#40047C
Text on light backgroundsHeadingsStrong borders
900
2902
#29024F
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: #F7F0FF;
  --indigo-100: #EDDCFE;
  --indigo-200: #DEBFFD;
  --indigo-300: #C48DFB;
  --indigo-400: #A652FA;
  --indigo-500: #8C20F8;
  --indigo-600: #7007DA;
  --indigo-700: #5905AD;
  --indigo-800: #40047C;
  --indigo-900: #29024F;
  --indigo-950: #1A0231;
}
Generate More ShadesCreate PaletteConvert Color