Indigo

#2A0151

Purple

Color Codes

All color formats for development

HEX
#2A0151
RGB
rgb(42, 1, 81)
HSL
hsl(271, 98%, 16%)
OKLCH
oklch(0.24 0.127 299.1)
CMYK
cmyk(48%, 99%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

17.19:1

AA AAA

On Black Background

1.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EEDC
200
#DFBD
300
#C68B
400
#A94E
500
#901C
600
#7402
700
#5C02
800
#4201
900
#2A01
950
#1A01

Shades

Darker variations

1#260149
2#220141
3#1D0139
4#190030
5#150028
6#110020
7#0D0018
8#080010
9#040008

Tints

Lighter variations

1#40017B
2#5602A6
3#6C02D0
4#8303FA
5#972BFD
6#AC55FD
7#C180FE
8#D6AAFE
9#EAD5FF

Tones

Muted variations

1#2A054D
2#2A0949
3#2A0D45
4#2A1141
5#29153D
6#291939
7#291D35
8#292131
9#29252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EEDC
#EEDCFF
Light backgroundsTable row hoverSkeleton loading
200
DFBD
#DFBDFE
Secondary backgroundsInput backgroundsDividers
300
C68B
#C68BFE
BordersInactive statesPlaceholder text
400
A94E
#A94EFD
Disabled statesSecondary iconsMuted text
500
901C
#901CFD
Primary brand colorCTAsActive elementsLinks
600
7402
#7402DE
Hover statesFocus ringsPrimary buttons hover
700
5C02
#5C02B1
Active/pressed statesDark mode accentsSecondary text
800
4201
#42017E
Text on light backgroundsHeadingsStrong borders
900
2A01
#2A0151
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: #F8F0FF;
  --indigo-100: #EEDCFF;
  --indigo-200: #DFBDFE;
  --indigo-300: #C68BFE;
  --indigo-400: #A94EFD;
  --indigo-500: #901CFD;
  --indigo-600: #7402DE;
  --indigo-700: #5C02B1;
  --indigo-800: #42017E;
  --indigo-900: #2A0151;
  --indigo-950: #1A0132;
}
Generate More ShadesCreate PaletteConvert Color