Indigo

#2E2F85

Blue

Color Codes

All color formats for development

HEX
#2E2F85
RGB
rgb(46, 47, 133)
HSL
hsl(239, 49%, 35%)
OKLCH
oklch(0.362 0.14 276.3)
CMYK
cmyk(65%, 65%, 0%, 48%)

Accessibility

WCAG contrast compliance

On White Background

11.28: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
#F4F4
100
#E4E5
200
#CECE
300
#A8A9
400
#7A7B
500
#5456
600
#393B
700
#2E2F
800
#2122
900
#1515
950
#0D0D

Shades

Darker variations

1#292A78
2#24266A
3#20215D
4#1B1C50
5#171742
6#121335
7#0E0E28
8#09091B
9#05050D

Tints

Lighter variations

1#36389E
2#3E40B6
3#5254C4
4#6B6CCC
5#8485D5
6#9C9DDD
7#B5B6E6
8#CECEEE
9#E6E7F7

Tones

Muted variations

1#323381
2#36377C
3#3B3C78
4#3F4073
5#43446F
6#48486B
7#4C4D66
8#515162
9#55555E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E5
#E4E5F6
Light backgroundsTable row hoverSkeleton loading
200
CECE
#CECEEE
Secondary backgroundsInput backgroundsDividers
300
A8A9
#A8A9E1
BordersInactive statesPlaceholder text
400
7A7B
#7A7BD1
Disabled statesSecondary iconsMuted text
500
5456
#5456C4
Primary brand colorCTAsActive elementsLinks
600
393B
#393BA7
Hover statesFocus ringsPrimary buttons hover
700
2E2F
#2E2F85
Active/pressed statesDark mode accentsSecondary text
800
2122
#21225F
Text on light backgroundsHeadingsStrong borders
900
1515
#15153D
Primary textHigh emphasis contentDark headings
950
0D0D
#0D0D26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F4FB;
  --indigo-100: #E4E5F6;
  --indigo-200: #CECEEE;
  --indigo-300: #A8A9E1;
  --indigo-400: #7A7BD1;
  --indigo-500: #5456C4;
  --indigo-600: #393BA7;
  --indigo-700: #2E2F85;
  --indigo-800: #21225F;
  --indigo-900: #15153D;
  --indigo-950: #0D0D26;
}
Generate More ShadesCreate PaletteConvert Color