Indigo

#430D72

Purple

Color Codes

All color formats for development

HEX
#430D72
RGB
rgb(67, 13, 114)
HSL
hsl(272, 80%, 25%)
OKLCH
oklch(0.32 0.154 301.7)
CMYK
cmyk(41%, 89%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

13.64:1

AA AAA

On Black Background

1.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EEDF
200
#E0C3
300
#C795
400
#AB5E
500
#9230
600
#7616
700
#5E12
800
#430D
900
#2B08
950
#1B05

Shades

Darker variations

1#3C0B67
2#360A5C
3#2F0950
4#280845
5#220639
6#1B052E
7#140422
8#0D0317
9#07010B

Tints

Lighter variations

1#571195
2#6B14B8
3#8018DA
4#9230E8
5#A453EC
6#B775F0
7#C998F4
8#DBBAF7
9#EDDDFB

Tones

Muted variations

1#43126E
2#421769
3#421C63
4#42215E
5#412659
6#412B54
7#41304F
8#40364A
9#403B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FD
BackgroundsSubtle highlightsCard backgrounds
100
EEDF
#EEDFFB
Light backgroundsTable row hoverSkeleton loading
200
E0C3
#E0C3F8
Secondary backgroundsInput backgroundsDividers
300
C795
#C795F3
BordersInactive statesPlaceholder text
400
AB5E
#AB5EED
Disabled statesSecondary iconsMuted text
500
9230
#9230E8
Primary brand colorCTAsActive elementsLinks
600
7616
#7616CA
Hover statesFocus ringsPrimary buttons hover
700
5E12
#5E12A1
Active/pressed statesDark mode accentsSecondary text
800
430D
#430D73
Text on light backgroundsHeadingsStrong borders
900
2B08
#2B0849
Primary textHigh emphasis contentDark headings
950
1B05
#1B052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FD;
  --indigo-100: #EEDFFB;
  --indigo-200: #E0C3F8;
  --indigo-300: #C795F3;
  --indigo-400: #AB5EED;
  --indigo-500: #9230E8;
  --indigo-600: #7616CA;
  --indigo-700: #5E12A1;
  --indigo-800: #430D73;
  --indigo-900: #2B0849;
  --indigo-950: #1B052E;
}
Generate More ShadesCreate PaletteConvert Color