Indigo

#2B3188

Blue

Color Codes

All color formats for development

HEX
#2B3188
RGB
rgb(43, 49, 136)
HSL
hsl(236, 52%, 35%)
OKLCH
oklch(0.366 0.143 273.9)
CMYK
cmyk(68%, 64%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

11.07:1

AA AAA

On Black Background

1.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E4E5
200
#CDCF
300
#A6AA
400
#777E
500
#5159
600
#363E
700
#2B31
800
#1F23
900
#1416
950
#0C0E

Shades

Darker variations

1#272C7A
2#22276D
3#1E225F
4#1A1D51
5#151944
6#111436
7#0D0F29
8#090A1B
9#04050E

Tints

Lighter variations

1#333AA1
2#3B43BA
3#4F57C7
4#686FCF
5#8187D7
6#9A9FDF
7#B3B7E7
8#CDCFEF
9#E6E7F7

Tones

Muted variations

1#2F3583
2#34397E
3#393D7A
4#3D4175
5#424570
6#47496C
7#4B4D67
8#505163
9#55555E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E5
#E4E5F6
Light backgroundsTable row hoverSkeleton loading
200
CDCF
#CDCFEF
Secondary backgroundsInput backgroundsDividers
300
A6AA
#A6AAE3
BordersInactive statesPlaceholder text
400
777E
#777ED4
Disabled statesSecondary iconsMuted text
500
5159
#5159C8
Primary brand colorCTAsActive elementsLinks
600
363E
#363EAB
Hover statesFocus ringsPrimary buttons hover
700
2B31
#2B3188
Active/pressed statesDark mode accentsSecondary text
800
1F23
#1F2361
Text on light backgroundsHeadingsStrong borders
900
1416
#14163E
Primary textHigh emphasis contentDark headings
950
0C0E
#0C0E27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F3F4FB;
  --indigo-100: #E4E5F6;
  --indigo-200: #CDCFEF;
  --indigo-300: #A6AAE3;
  --indigo-400: #777ED4;
  --indigo-500: #5159C8;
  --indigo-600: #363EAB;
  --indigo-700: #2B3188;
  --indigo-800: #1F2361;
  --indigo-900: #14163E;
  --indigo-950: #0C0E27;
}
Generate More ShadesCreate PaletteConvert Color