Indigo

#40037D

Purple

Color Codes

All color formats for development

HEX
#40037D
RGB
rgb(64, 3, 125)
HSL
hsl(270, 95%, 25%)
OKLCH
oklch(0.321 0.171 296.6)
CMYK
cmyk(49%, 98%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

13.75: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
#F7F0
100
#EDDC
200
#DEBE
300
#C48D
400
#A651
500
#8C1F
600
#7006
700
#5904
800
#4003
900
#2902
950
#1A01

Shades

Darker variations

1#390370
2#330363
3#2D0257
4#26024B
5#20023E
6#190132
7#130125
8#0D0119
9#06000C

Tints

Lighter variations

1#5304A2
2#6605C7
3#7906EC
4#8C1FF9
5#9F45FA
6#B26AFB
7#C68FFC
8#D9B4FD
9#ECDAFE

Tones

Muted variations

1#400976
2#400F70
3#40156A
4#401B64
5#40215E
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
DEBE
#DEBEFD
Secondary backgroundsInput backgroundsDividers
300
C48D
#C48DFC
BordersInactive statesPlaceholder text
400
A651
#A651FB
Disabled statesSecondary iconsMuted text
500
8C1F
#8C1FF9
Primary brand colorCTAsActive elementsLinks
600
7006
#7006DB
Hover statesFocus ringsPrimary buttons hover
700
5904
#5904AE
Active/pressed statesDark mode accentsSecondary text
800
4003
#40037C
Text on light backgroundsHeadingsStrong borders
900
2902
#290250
Primary textHigh emphasis contentDark headings
950
1A01
#1A0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F0FF;
  --indigo-100: #EDDCFE;
  --indigo-200: #DEBEFD;
  --indigo-300: #C48DFC;
  --indigo-400: #A651FB;
  --indigo-500: #8C1FF9;
  --indigo-600: #7006DB;
  --indigo-700: #5904AE;
  --indigo-800: #40037C;
  --indigo-900: #290250;
  --indigo-950: #1A0132;
}
Generate More ShadesCreate PaletteConvert Color