Indigo

#3311A2

Blue

Color Codes

All color formats for development

HEX
#3311A2
RGB
rgb(51, 17, 162)
HSL
hsl(254, 81%, 35%)
OKLCH
oklch(0.358 0.204 279.3)
CMYK
cmyk(69%, 90%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

12.05: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
#D0C3
300
#AB95
400
#7F5D
500
#5B2F
600
#4015
700
#3311
800
#240C
900
#1708
950
#0E05

Shades

Darker variations

1#2E0F91
2#290E81
3#230C71
4#1E0A61
5#190851
6#140741
7#0F0530
8#0A0320
9#050210

Tints

Lighter variations

1#3C14C0
2#4617DE
3#592DE9
4#714BEC
5#8869EF
6#A087F2
7#B8A5F6
8#D0C3F9
9#E7E1FC

Tones

Muted variations

1#37189A
2#3A1F93
3#3E278C
4#422E85
5#46357D
6#4A3C76
7#4E446F
8#524B68
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
D0C3
#D0C3F9
Secondary backgroundsInput backgroundsDividers
300
AB95
#AB95F4
BordersInactive statesPlaceholder text
400
7F5D
#7F5DEE
Disabled statesSecondary iconsMuted text
500
5B2F
#5B2FE9
Primary brand colorCTAsActive elementsLinks
600
4015
#4015CB
Hover statesFocus ringsPrimary buttons hover
700
3311
#3311A2
Active/pressed statesDark mode accentsSecondary text
800
240C
#240C73
Text on light backgroundsHeadingsStrong borders
900
1708
#17084A
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: #D0C3F9;
  --indigo-300: #AB95F4;
  --indigo-400: #7F5DEE;
  --indigo-500: #5B2FE9;
  --indigo-600: #4015CB;
  --indigo-700: #3311A2;
  --indigo-800: #240C73;
  --indigo-900: #17084A;
  --indigo-950: #0E052E;
}
Generate More ShadesCreate PaletteConvert Color