Indigo

#2712A1

Blue

Color Codes

All color formats for development

HEX
#2712A1
RGB
rgb(39, 18, 161)
HSL
hsl(249, 80%, 35%)
OKLCH
oklch(0.349 0.205 274.2)
CMYK
cmyk(76%, 89%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

12.44:1

AA AAA

On Black Background

1.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E3DF
200
#CBC3
300
#A495
400
#745E
500
#4C30
600
#3116
700
#2712
800
#1C0D
900
#1208
950
#0B05

Shades

Darker variations

1#231091
2#1F0E81
3#1B0C70
4#180B60
5#140950
6#100740
7#0C0530
8#080420
9#040210

Tints

Lighter variations

1#2F15BE
2#3618DC
3#4A2EE8
4#644CEB
5#7E6AEE
6#9888F2
7#B1A5F5
8#CBC3F8
9#E5E1FC

Tones

Muted variations

1#2C199A
2#312092
3#36278B
4#3B2E84
5#40367D
6#453D76
7#4A446F
8#4F4B68
9#545260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E3DF
#E3DFFB
Light backgroundsTable row hoverSkeleton loading
200
CBC3
#CBC3F8
Secondary backgroundsInput backgroundsDividers
300
A495
#A495F3
BordersInactive statesPlaceholder text
400
745E
#745EED
Disabled statesSecondary iconsMuted text
500
4C30
#4C30E8
Primary brand colorCTAsActive elementsLinks
600
3116
#3116CA
Hover statesFocus ringsPrimary buttons hover
700
2712
#2712A1
Active/pressed statesDark mode accentsSecondary text
800
1C0D
#1C0D73
Text on light backgroundsHeadingsStrong borders
900
1208
#120849
Primary textHigh emphasis contentDark headings
950
0B05
#0B052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F3F1FD;
  --indigo-100: #E3DFFB;
  --indigo-200: #CBC3F8;
  --indigo-300: #A495F3;
  --indigo-400: #745EED;
  --indigo-500: #4C30E8;
  --indigo-600: #3116CA;
  --indigo-700: #2712A1;
  --indigo-800: #1C0D73;
  --indigo-900: #120849;
  --indigo-950: #0B052E;
}
Generate More ShadesCreate PaletteConvert Color