Indigo

#430B74

Purple

Color Codes

All color formats for development

HEX
#430B74
RGB
rgb(67, 11, 116)
HSL
hsl(272, 83%, 25%)
OKLCH
oklch(0.321 0.158 301.1)
CMYK
cmyk(42%, 91%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

13.65: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
#EEDE
200
#E0C2
300
#C894
400
#AB5C
500
#932D
600
#7613
700
#5E0F
800
#430B
900
#2B07
950
#1B04

Shades

Darker variations

1#3D0A69
2#36095D
3#2F0852
4#280746
5#22053A
6#1B042F
7#140323
8#0D0217
9#07010C

Tints

Lighter variations

1#570E98
2#6C11BB
3#8015DE
4#932DEB
5#A550EF
6#B773F2
7#C996F5
8#DBB9F8
9#EDDCFC

Tones

Muted variations

1#43106F
2#43156A
3#421B65
4#42205F
5#42255A
6#412B55
7#413050
8#40354A
9#403A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EEDE
#EEDEFC
Light backgroundsTable row hoverSkeleton loading
200
E0C2
#E0C2F9
Secondary backgroundsInput backgroundsDividers
300
C894
#C894F5
BordersInactive statesPlaceholder text
400
AB5C
#AB5CF0
Disabled statesSecondary iconsMuted text
500
932D
#932DEB
Primary brand colorCTAsActive elementsLinks
600
7613
#7613CD
Hover statesFocus ringsPrimary buttons hover
700
5E0F
#5E0FA3
Active/pressed statesDark mode accentsSecondary text
800
430B
#430B75
Text on light backgroundsHeadingsStrong borders
900
2B07
#2B074B
Primary textHigh emphasis contentDark headings
950
1B04
#1B042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FE;
  --indigo-100: #EEDEFC;
  --indigo-200: #E0C2F9;
  --indigo-300: #C894F5;
  --indigo-400: #AB5CF0;
  --indigo-500: #932DEB;
  --indigo-600: #7613CD;
  --indigo-700: #5E0FA3;
  --indigo-800: #430B75;
  --indigo-900: #2B074B;
  --indigo-950: #1B042F;
}
Generate More ShadesCreate PaletteConvert Color