Indigo

#292989

Blue

Color Codes

All color formats for development

HEX
#292989
RGB
rgb(41, 41, 137)
HSL
hsl(240, 54%, 35%)
OKLCH
oklch(0.352 0.155 275)
CMYK
cmyk(70%, 70%, 0%, 46%)

Accessibility

WCAG contrast compliance

On White Background

11.85:1

AA AAA

On Black Background

1.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F3
100
#E4E4
200
#CCCC
300
#A5A5
400
#7676
500
#4E4E
600
#3434
700
#2929
800
#1D1D
900
#1313
950
#0C0C

Shades

Darker variations

1#25257C
2#21216E
3#1D1D60
4#191952
5#151545
6#101037
7#0C0C29
8#08081B
9#04040E

Tints

Lighter variations

1#3131A3
2#3838BC
3#4C4CCA
4#6666D1
5#7F7FD9
6#9999E1
7#B2B2E8
8#CCCCF0
9#E5E5F7

Tones

Muted variations

1#2E2E85
2#333380
3#38387B
4#3C3C76
5#414171
6#46466D
7#4B4B68
8#505063
9#54545E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F3
#F3F3FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E4
#E4E4F7
Light backgroundsTable row hoverSkeleton loading
200
CCCC
#CCCCF0
Secondary backgroundsInput backgroundsDividers
300
A5A5
#A5A5E4
BordersInactive statesPlaceholder text
400
7676
#7676D6
Disabled statesSecondary iconsMuted text
500
4E4E
#4E4ECA
Primary brand colorCTAsActive elementsLinks
600
3434
#3434AD
Hover statesFocus ringsPrimary buttons hover
700
2929
#292989
Active/pressed statesDark mode accentsSecondary text
800
1D1D
#1D1D62
Text on light backgroundsHeadingsStrong borders
900
1313
#13133F
Primary textHigh emphasis contentDark headings
950
0C0C
#0C0C27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F3F3FB;
  --indigo-100: #E4E4F7;
  --indigo-200: #CCCCF0;
  --indigo-300: #A5A5E4;
  --indigo-400: #7676D6;
  --indigo-500: #4E4ECA;
  --indigo-600: #3434AD;
  --indigo-700: #292989;
  --indigo-800: #1D1D62;
  --indigo-900: #13133F;
  --indigo-950: #0C0C27;
}
Generate More ShadesCreate PaletteConvert Color