Indigo

#2B034E

Purple

Color Codes

All color formats for development

HEX
#2B034E
RGB
rgb(43, 3, 78)
HSL
hsl(272, 93%, 16%)
OKLCH
oklch(0.241 0.122 301.2)
CMYK
cmyk(45%, 96%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

17.13:1

AA AAA

On Black Background

1.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EEDD
200
#E0BF
300
#C88E
400
#AB53
500
#9322
600
#7708
700
#5F06
800
#4404
900
#2B03
950
#1B02

Shades

Darker variations

1#270347
2#23023F
3#1E0237
4#1A022F
5#160127
6#11011F
7#0D0118
8#090110
9#040008

Tints

Lighter variations

1#420478
2#5906A1
3#7007CB
4#8609F4
5#9B30F8
6#AF5AF9
7#C383FB
8#D7ACFC
9#EBD6FE

Tones

Muted variations

1#2B074B
2#2B0A47
3#2B0E43
4#2A1240
5#2A163C
6#2A1A38
7#2A1D34
8#292130
9#29252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FE
BackgroundsSubtle highlightsCard backgrounds
100
EEDD
#EEDDFE
Light backgroundsTable row hoverSkeleton loading
200
E0BF
#E0BFFD
Secondary backgroundsInput backgroundsDividers
300
C88E
#C88EFB
BordersInactive statesPlaceholder text
400
AB53
#AB53F9
Disabled statesSecondary iconsMuted text
500
9322
#9322F7
Primary brand colorCTAsActive elementsLinks
600
7708
#7708D9
Hover statesFocus ringsPrimary buttons hover
700
5F06
#5F06AC
Active/pressed statesDark mode accentsSecondary text
800
4404
#44047B
Text on light backgroundsHeadingsStrong borders
900
2B03
#2B034F
Primary textHigh emphasis contentDark headings
950
1B02
#1B0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F0FE;
  --indigo-100: #EEDDFE;
  --indigo-200: #E0BFFD;
  --indigo-300: #C88EFB;
  --indigo-400: #AB53F9;
  --indigo-500: #9322F7;
  --indigo-600: #7708D9;
  --indigo-700: #5F06AC;
  --indigo-800: #44047B;
  --indigo-900: #2B034F;
  --indigo-950: #1B0231;
}
Generate More ShadesCreate PaletteConvert Color