Indigo

#3011A2

Blue

Color Codes

All color formats for development

HEX
#3011A2
RGB
rgb(48, 17, 162)
HSL
hsl(253, 81%, 35%)
OKLCH
oklch(0.356 0.204 277.9)
CMYK
cmyk(70%, 90%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

12.16:1

AA AAA

On Black Background

1.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E5DF
200
#CFC3
300
#A995
400
#7D5D
500
#582F
600
#3D15
700
#3011
800
#220C
900
#1608
950
#0E05

Shades

Darker variations

1#2B0F91
2#270E81
3#220C71
4#1D0A61
5#180851
6#130741
7#0E0530
8#0A0320
9#050210

Tints

Lighter variations

1#3914C0
2#4217DE
3#562DE9
4#6E4BEC
5#8669EF
6#9E87F2
7#B6A5F6
8#CFC3F9
9#E7E1FC

Tones

Muted variations

1#34189A
2#381F93
3#3D278C
4#412E85
5#45357D
6#493C76
7#4D446F
8#514B68
9#555260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E5DF
#E5DFFC
Light backgroundsTable row hoverSkeleton loading
200
CFC3
#CFC3F9
Secondary backgroundsInput backgroundsDividers
300
A995
#A995F4
BordersInactive statesPlaceholder text
400
7D5D
#7D5DEE
Disabled statesSecondary iconsMuted text
500
582F
#582FE9
Primary brand colorCTAsActive elementsLinks
600
3D15
#3D15CB
Hover statesFocus ringsPrimary buttons hover
700
3011
#3011A2
Active/pressed statesDark mode accentsSecondary text
800
220C
#220C73
Text on light backgroundsHeadingsStrong borders
900
1608
#16084A
Primary textHigh emphasis contentDark headings
950
0E05
#0E052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F1FE;
  --indigo-100: #E5DFFC;
  --indigo-200: #CFC3F9;
  --indigo-300: #A995F4;
  --indigo-400: #7D5DEE;
  --indigo-500: #582FE9;
  --indigo-600: #3D15CB;
  --indigo-700: #3011A2;
  --indigo-800: #220C73;
  --indigo-900: #16084A;
  --indigo-950: #0E052E;
}
Generate More ShadesCreate PaletteConvert Color