Indigo

#3919C8

Blue

Color Codes

All color formats for development

HEX
#3919C8
RGB
rgb(57, 25, 200)
HSL
hsl(251, 78%, 44%)
OKLCH
oklch(0.414 0.239 276.3)
CMYK
cmyk(72%, 88%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

9.78:1

AA AAA

On Black Background

2.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E4DF
200
#CDC4
300
#A797
400
#7A60
500
#5433
600
#3919
700
#2D14
800
#200E
900
#1509
950
#0D06

Shades

Darker variations

1#3316B4
2#2D14A0
3#28118C
4#220F78
5#1C0C64
6#170A50
7#11073C
8#0B0528
9#060214

Tints

Lighter variations

1#401CE1
2#5434E6
3#6A4DE9
4#7F66EC
5#9480EF
6#AA99F2
7#BFB3F6
8#D4CCF9
9#EAE6FC

Tones

Muted variations

1#3E21BF
2#442AB6
3#4933AD
4#4F3CA5
5#54449C
6#5A4D93
7#60568A
8#655F82
9#6B6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E4DF
#E4DFFB
Light backgroundsTable row hoverSkeleton loading
200
CDC4
#CDC4F8
Secondary backgroundsInput backgroundsDividers
300
A797
#A797F2
BordersInactive statesPlaceholder text
400
7A60
#7A60EB
Disabled statesSecondary iconsMuted text
500
5433
#5433E6
Primary brand colorCTAsActive elementsLinks
600
3919
#3919C8
Hover statesFocus ringsPrimary buttons hover
700
2D14
#2D149F
Active/pressed statesDark mode accentsSecondary text
800
200E
#200E71
Text on light backgroundsHeadingsStrong borders
900
1509
#150949
Primary textHigh emphasis contentDark headings
950
0D06
#0D062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F1FD;
  --indigo-100: #E4DFFB;
  --indigo-200: #CDC4F8;
  --indigo-300: #A797F2;
  --indigo-400: #7A60EB;
  --indigo-500: #5433E6;
  --indigo-600: #3919C8;
  --indigo-700: #2D149F;
  --indigo-800: #200E71;
  --indigo-900: #150949;
  --indigo-950: #0D062D;
}
Generate More ShadesCreate PaletteConvert Color