Indigo

#2A126E

Purple

Color Codes

All color formats for development

HEX
#2A126E
RGB
rgb(42, 18, 110)
HSL
hsl(256, 72%, 25%)
OKLCH
oklch(0.29 0.144 285)
CMYK
cmyk(62%, 84%, 0%, 57%)

Accessibility

WCAG contrast compliance

On White Background

14.89: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
#F5F2
100
#E7E0
200
#D3C6
300
#B19A
400
#8865
500
#663A
600
#4B1F
700
#3B19
800
#2A12
900
#1B0B
950
#1107

Shades

Darker variations

1#261063
2#220E58
3#1E0C4D
4#190B42
5#150937
6#11072C
7#0D0521
8#080416
9#04020B

Tints

Lighter variations

1#37178F
2#441DAF
3#5022D0
4#663ADF
5#7F5BE4
6#997BEA
7#B29CEF
8#CCBDF4
9#E5DEFA

Tones

Muted variations

1#2C1669
2#2F1B64
3#312060
4#33245B
5#352957
6#372D52
7#39324E
8#3B3749
9#3E3B44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F2
#F5F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E7E0
#E7E0FA
Light backgroundsTable row hoverSkeleton loading
200
D3C6
#D3C6F6
Secondary backgroundsInput backgroundsDividers
300
B19A
#B19AEF
BordersInactive statesPlaceholder text
400
8865
#8865E6
Disabled statesSecondary iconsMuted text
500
663A
#663ADF
Primary brand colorCTAsActive elementsLinks
600
4B1F
#4B1FC1
Hover statesFocus ringsPrimary buttons hover
700
3B19
#3B199A
Active/pressed statesDark mode accentsSecondary text
800
2A12
#2A126E
Text on light backgroundsHeadingsStrong borders
900
1B0B
#1B0B46
Primary textHigh emphasis contentDark headings
950
1107
#11072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F2FD;
  --indigo-100: #E7E0FA;
  --indigo-200: #D3C6F6;
  --indigo-300: #B19AEF;
  --indigo-400: #8865E6;
  --indigo-500: #663ADF;
  --indigo-600: #4B1FC1;
  --indigo-700: #3B199A;
  --indigo-800: #2A126E;
  --indigo-900: #1B0B46;
  --indigo-950: #11072C;
}
Generate More ShadesCreate PaletteConvert Color