Indigo

#3B18C9

Blue

Color Codes

All color formats for development

HEX
#3B18C9
RGB
rgb(59, 24, 201)
HSL
hsl(252, 79%, 44%)
OKLCH
oklch(0.416 0.24 276.9)
CMYK
cmyk(71%, 88%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

9.72:1

AA AAA

On Black Background

2.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E5DF
200
#CEC4
300
#A996
400
#7B5F
500
#5632
600
#3B18
700
#2F13
800
#220D
900
#1509
950
#0D05

Shades

Darker variations

1#3515B5
2#2F13A1
3#29108D
4#230E79
5#1E0C64
6#180950
7#12073C
8#0C0528
9#060214

Tints

Lighter variations

1#431BE2
2#5733E7
3#6C4CEA
4#8166ED
5#967FF0
6#AB99F3
7#C0B2F6
8#D5CCF9
9#EAE5FC

Tones

Muted variations

1#4020C0
2#4629B7
3#4B32AE
4#503BA5
5#56449D
6#5B4D94
7#60568B
8#665E82
9#6B6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E5DF
#E5DFFB
Light backgroundsTable row hoverSkeleton loading
200
CEC4
#CEC4F8
Secondary backgroundsInput backgroundsDividers
300
A996
#A996F3
BordersInactive statesPlaceholder text
400
7B5F
#7B5FEC
Disabled statesSecondary iconsMuted text
500
5632
#5632E7
Primary brand colorCTAsActive elementsLinks
600
3B18
#3B18C9
Hover statesFocus ringsPrimary buttons hover
700
2F13
#2F13A0
Active/pressed statesDark mode accentsSecondary text
800
220D
#220D72
Text on light backgroundsHeadingsStrong borders
900
1509
#150949
Primary textHigh emphasis contentDark headings
950
0D05
#0D052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F1FD;
  --indigo-100: #E5DFFB;
  --indigo-200: #CEC4F8;
  --indigo-300: #A996F3;
  --indigo-400: #7B5FEC;
  --indigo-500: #5632E7;
  --indigo-600: #3B18C9;
  --indigo-700: #2F13A0;
  --indigo-800: #220D72;
  --indigo-900: #150949;
  --indigo-950: #0D052E;
}
Generate More ShadesCreate PaletteConvert Color