Indigo

#2E0052

Purple

Color Codes

All color formats for development

HEX
#2E0052
RGB
rgb(46, 0, 82)
HSL
hsl(274, 100%, 16%)
OKLCH
oklch(0.246 0.13 302.3)
CMYK
cmyk(44%, 100%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

16.96: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
#F8F0
100
#F0DB
200
#E2BD
300
#CC8A
400
#B24D
500
#9C1A
600
#7F00
700
#6500
800
#4800
900
#2E00
950
#1D00

Shades

Darker variations

1#2A0049
2#250041
3#200039
4#1C0031
5#170029
6#120021
7#0E0018
8#090010
9#050008

Tints

Lighter variations

1#47007C
2#5F00A7
3#7700D2
4#8F00FD
5#A229FF
6#B554FF
7#C77EFF
8#DAA9FF
9#ECD4FF

Tones

Muted variations

1#2E044E
2#2D0849
3#2D0C45
4#2C1041
5#2C143D
6#2B1839
7#2A1D35
8#2A2131
9#29252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FF
BackgroundsSubtle highlightsCard backgrounds
100
F0DB
#F0DBFF
Light backgroundsTable row hoverSkeleton loading
200
E2BD
#E2BDFF
Secondary backgroundsInput backgroundsDividers
300
CC8A
#CC8AFF
BordersInactive statesPlaceholder text
400
B24D
#B24DFF
Disabled statesSecondary iconsMuted text
500
9C1A
#9C1AFF
Primary brand colorCTAsActive elementsLinks
600
7F00
#7F00E0
Hover statesFocus ringsPrimary buttons hover
700
6500
#6500B3
Active/pressed statesDark mode accentsSecondary text
800
4800
#480080
Text on light backgroundsHeadingsStrong borders
900
2E00
#2E0052
Primary textHigh emphasis contentDark headings
950
1D00
#1D0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F0FF;
  --indigo-100: #F0DBFF;
  --indigo-200: #E2BDFF;
  --indigo-300: #CC8AFF;
  --indigo-400: #B24DFF;
  --indigo-500: #9C1AFF;
  --indigo-600: #7F00E0;
  --indigo-700: #6500B3;
  --indigo-800: #480080;
  --indigo-900: #2E0052;
  --indigo-950: #1D0033;
}
Generate More ShadesCreate PaletteConvert Color