Indigo

#32159E

Blue

Color Codes

All color formats for development

HEX
#32159E
RGB
rgb(50, 21, 158)
HSL
hsl(253, 77%, 35%)
OKLCH
oklch(0.356 0.197 279.2)
CMYK
cmyk(68%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

12.09:1

AA AAA

On Black Background

1.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E5DF
200
#CFC4
300
#AB97
400
#7F61
500
#5A34
600
#3F1A
700
#3215
800
#240F
900
#1709
950
#0E06

Shades

Darker variations

1#2D128E
2#28107E
3#230E6F
4#1E0C5F
5#190A4F
6#14083F
7#0F062F
8#0A0420
9#050210

Tints

Lighter variations

1#3C18BB
2#451CD9
3#5832E4
4#704FE8
5#886CEC
6#A08AF0
7#B8A7F4
8#CFC4F7
9#E7E2FB

Tones

Muted variations

1#361B97
2#3A2290
3#3E2989
4#423082
5#46377C
6#4A3E75
7#4E456E
8#514C67
9#555260

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
CFC4
#CFC4F7
Secondary backgroundsInput backgroundsDividers
300
AB97
#AB97F2
BordersInactive statesPlaceholder text
400
7F61
#7F61EA
Disabled statesSecondary iconsMuted text
500
5A34
#5A34E5
Primary brand colorCTAsActive elementsLinks
600
3F1A
#3F1AC7
Hover statesFocus ringsPrimary buttons hover
700
3215
#32159E
Active/pressed statesDark mode accentsSecondary text
800
240F
#240F71
Text on light backgroundsHeadingsStrong borders
900
1709
#170948
Primary textHigh emphasis contentDark headings
950
0E06
#0E062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F1FD;
  --indigo-100: #E5DFFB;
  --indigo-200: #CFC4F7;
  --indigo-300: #AB97F2;
  --indigo-400: #7F61EA;
  --indigo-500: #5A34E5;
  --indigo-600: #3F1AC7;
  --indigo-700: #32159E;
  --indigo-800: #240F71;
  --indigo-900: #170948;
  --indigo-950: #0E062D;
}
Generate More ShadesCreate PaletteConvert Color