Indigo

#2D149F

Blue

Color Codes

All color formats for development

HEX
#2D149F
RGB
rgb(45, 20, 159)
HSL
hsl(251, 78%, 35%)
OKLCH
oklch(0.352 0.2 276.9)
CMYK
cmyk(72%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

12.26:1

AA AAA

On Black Background

1.71: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#29128F
2#24107F
3#200E6F
4#1B0C5F
5#170A4F
6#120840
7#0E0630
8#090420
9#050210

Tints

Lighter variations

1#3617BC
2#3E1BDA
3#5230E5
4#6A4EE9
5#836BED
6#9C89F0
7#B5A6F4
8#CDC4F8
9#E6E1FB

Tones

Muted variations

1#321B98
2#362291
3#3A298A
4#3F2F83
5#43367C
6#483D75
7#4C446E
8#504B67
9#555260

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