Indigo

#2B027E

Purple

Color Codes

All color formats for development

HEX
#2B027E
RGB
rgb(43, 2, 126)
HSL
hsl(260, 97%, 25%)
OKLCH
oklch(0.297 0.173 283.1)
CMYK
cmyk(66%, 98%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

14.87:1

AA AAA

On Black Background

1.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E7DC
200
#D3BE
300
#B18B
400
#894F
500
#671D
600
#4C03
700
#3C03
800
#2B02
900
#1C01
950
#1101

Shades

Darker variations

1#270271
2#230264
3#1E0158
4#1A014B
5#16013F
6#110132
7#0D0126
8#090019
9#04000D

Tints

Lighter variations

1#3802A3
2#4503C9
3#5204EF
4#671DFC
5#8043FC
6#9A68FD
7#B38EFD
8#CCB4FE
9#E6D9FE

Tones

Muted variations

1#2D0877
2#2F0E71
3#31146B
4#331B65
5#35215F
6#382758
7#3A2D52
8#3C334C
9#3E3A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E7DC
#E7DCFE
Light backgroundsTable row hoverSkeleton loading
200
D3BE
#D3BEFE
Secondary backgroundsInput backgroundsDividers
300
B18B
#B18BFD
BordersInactive statesPlaceholder text
400
894F
#894FFC
Disabled statesSecondary iconsMuted text
500
671D
#671DFC
Primary brand colorCTAsActive elementsLinks
600
4C03
#4C03DD
Hover statesFocus ringsPrimary buttons hover
700
3C03
#3C03B0
Active/pressed statesDark mode accentsSecondary text
800
2B02
#2B027E
Text on light backgroundsHeadingsStrong borders
900
1C01
#1C0150
Primary textHigh emphasis contentDark headings
950
1101
#110132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F0FF;
  --indigo-100: #E7DCFE;
  --indigo-200: #D3BEFE;
  --indigo-300: #B18BFD;
  --indigo-400: #894FFC;
  --indigo-500: #671DFC;
  --indigo-600: #4C03DD;
  --indigo-700: #3C03B0;
  --indigo-800: #2B027E;
  --indigo-900: #1C0150;
  --indigo-950: #110132;
}
Generate More ShadesCreate PaletteConvert Color