Indigo

#2F0151

Purple

Color Codes

All color formats for development

HEX
#2F0151
RGB
rgb(47, 1, 81)
HSL
hsl(275, 98%, 16%)
OKLCH
oklch(0.248 0.128 303.5)
CMYK
cmyk(42%, 99%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

16.88:1

AA AAA

On Black Background

1.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F0DC
200
#E3BD
300
#CE8B
400
#B44E
500
#9F1C
600
#8302
700
#6802
800
#4A01
900
#2F01
950
#1E01

Shades

Darker variations

1#2B0149
2#260141
3#210139
4#1C0030
5#180028
6#130020
7#0E0018
8#090010
9#050008

Tints

Lighter variations

1#48017B
2#6102A6
3#7A02D0
4#9303FA
5#A52BFD
6#B755FD
7#C980FE
8#DBAAFE
9#EDD5FF

Tones

Muted variations

1#2F054D
2#2E0949
3#2D0D45
4#2D1141
5#2C153D
6#2B1939
7#2B1D35
8#2A2131
9#29252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FF
BackgroundsSubtle highlightsCard backgrounds
100
F0DC
#F0DCFF
Light backgroundsTable row hoverSkeleton loading
200
E3BD
#E3BDFE
Secondary backgroundsInput backgroundsDividers
300
CE8B
#CE8BFE
BordersInactive statesPlaceholder text
400
B44E
#B44EFD
Disabled statesSecondary iconsMuted text
500
9F1C
#9F1CFD
Primary brand colorCTAsActive elementsLinks
600
8302
#8302DE
Hover statesFocus ringsPrimary buttons hover
700
6802
#6802B1
Active/pressed statesDark mode accentsSecondary text
800
4A01
#4A017E
Text on light backgroundsHeadingsStrong borders
900
2F01
#2F0151
Primary textHigh emphasis contentDark headings
950
1E01
#1E0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F0FF;
  --indigo-100: #F0DCFF;
  --indigo-200: #E3BDFE;
  --indigo-300: #CE8BFE;
  --indigo-400: #B44EFD;
  --indigo-500: #9F1CFD;
  --indigo-600: #8302DE;
  --indigo-700: #6802B1;
  --indigo-800: #4A017E;
  --indigo-900: #2F0151;
  --indigo-950: #1E0132;
}
Generate More ShadesCreate PaletteConvert Color