Indigo

#2A0052

Purple

Color Codes

All color formats for development

HEX
#2A0052
RGB
rgb(42, 0, 82)
HSL
hsl(271, 100%, 16%)
OKLCH
oklch(0.24 0.129 298.8)
CMYK
cmyk(49%, 100%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

17.21: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
#EEDB
200
#DFBD
300
#C68A
400
#A94D
500
#901A
600
#7400
700
#5C00
800
#4200
900
#2A00
950
#1A00

Shades

Darker variations

1#260049
2#220041
3#1E0039
4#190031
5#150029
6#110021
7#0D0018
8#080010
9#040008

Tints

Lighter variations

1#40007C
2#5600A7
3#6D00D2
4#8300FD
5#9729FF
6#AC54FF
7#C17EFF
8#D6A9FF
9#EAD4FF

Tones

Muted variations

1#2A044E
2#2A0849
3#2A0C45
4#2A1041
5#29143D
6#291839
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
EEDB
#EEDBFF
Light backgroundsTable row hoverSkeleton loading
200
DFBD
#DFBDFF
Secondary backgroundsInput backgroundsDividers
300
C68A
#C68AFF
BordersInactive statesPlaceholder text
400
A94D
#A94DFF
Disabled statesSecondary iconsMuted text
500
901A
#901AFF
Primary brand colorCTAsActive elementsLinks
600
7400
#7400E0
Hover statesFocus ringsPrimary buttons hover
700
5C00
#5C00B3
Active/pressed statesDark mode accentsSecondary text
800
4200
#420080
Text on light backgroundsHeadingsStrong borders
900
2A00
#2A0052
Primary textHigh emphasis contentDark headings
950
1A00
#1A0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F0FF;
  --indigo-100: #EEDBFF;
  --indigo-200: #DFBDFF;
  --indigo-300: #C68AFF;
  --indigo-400: #A94DFF;
  --indigo-500: #901AFF;
  --indigo-600: #7400E0;
  --indigo-700: #5C00B3;
  --indigo-800: #420080;
  --indigo-900: #2A0052;
  --indigo-950: #1A0033;
}
Generate More ShadesCreate PaletteConvert Color