Indigo

#420B75

Purple

Color Codes

All color formats for development

HEX
#420B75
RGB
rgb(66, 11, 117)
HSL
hsl(271, 83%, 25%)
OKLCH
oklch(0.32 0.159 300.1)
CMYK
cmyk(44%, 91%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

13.67: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
#DFC2
300
#C694
400
#A85C
500
#8F2D
600
#7313
700
#5C0F
800
#420B
900
#2A07
950
#1A04

Shades

Darker variations

1#3B0A69
2#34095D
3#2E0852
4#270746
5#21053A
6#1A042F
7#140323
8#0D0217
9#07010C

Tints

Lighter variations

1#550E98
2#6911BB
3#7C15DE
4#8F2DEB
5#A250EF
6#B573F2
7#C796F5
8#DAB9F8
9#ECDCFC

Tones

Muted variations

1#41106F
2#41156A
3#411B65
4#41205F
5#41255A
6#402B55
7#403050
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
DFC2
#DFC2F9
Secondary backgroundsInput backgroundsDividers
300
C694
#C694F5
BordersInactive statesPlaceholder text
400
A85C
#A85CF0
Disabled statesSecondary iconsMuted text
500
8F2D
#8F2DEB
Primary brand colorCTAsActive elementsLinks
600
7313
#7313CD
Hover statesFocus ringsPrimary buttons hover
700
5C0F
#5C0FA3
Active/pressed statesDark mode accentsSecondary text
800
420B
#420B75
Text on light backgroundsHeadingsStrong borders
900
2A07
#2A074B
Primary textHigh emphasis contentDark headings
950
1A04
#1A042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FE;
  --indigo-100: #EEDEFC;
  --indigo-200: #DFC2F9;
  --indigo-300: #C694F5;
  --indigo-400: #A85CF0;
  --indigo-500: #8F2DEB;
  --indigo-600: #7313CD;
  --indigo-700: #5C0FA3;
  --indigo-800: #420B75;
  --indigo-900: #2A074B;
  --indigo-950: #1A042F;
}
Generate More ShadesCreate PaletteConvert Color