Indigo

#2B2F88

Blue

Color Codes

All color formats for development

HEX
#2B2F88
RGB
rgb(43, 47, 136)
HSL
hsl(237, 52%, 35%)
OKLCH
oklch(0.363 0.145 274.5)
CMYK
cmyk(68%, 65%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

11.26:1

AA AAA

On Black Background

1.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E4E5
200
#CDCE
300
#A6A9
400
#777C
500
#5157
600
#363C
700
#2B2F
800
#1F22
900
#1416
950
#0C0E

Shades

Darker variations

1#272B7A
2#22266D
3#1E215F
4#1A1C51
5#151844
6#111336
7#0D0E29
8#09091B
9#04050E

Tints

Lighter variations

1#3338A1
2#3B41BA
3#4F55C7
4#686DCF
5#8185D7
6#9A9EDF
7#B3B6E7
8#CDCEEF
9#E6E7F7

Tones

Muted variations

1#2F3483
2#34387E
3#393C7A
4#3D4075
5#424470
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
CDCE
#CDCEEF
Secondary backgroundsInput backgroundsDividers
300
A6A9
#A6A9E3
BordersInactive statesPlaceholder text
400
777C
#777CD4
Disabled statesSecondary iconsMuted text
500
5157
#5157C8
Primary brand colorCTAsActive elementsLinks
600
363C
#363CAB
Hover statesFocus ringsPrimary buttons hover
700
2B2F
#2B2F88
Active/pressed statesDark mode accentsSecondary text
800
1F22
#1F2261
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: #CDCEEF;
  --indigo-300: #A6A9E3;
  --indigo-400: #777CD4;
  --indigo-500: #5157C8;
  --indigo-600: #363CAB;
  --indigo-700: #2B2F88;
  --indigo-800: #1F2261;
  --indigo-900: #14163E;
  --indigo-950: #0C0E27;
}
Generate More ShadesCreate PaletteConvert Color