Indigo

#2911A2

Blue

Color Codes

All color formats for development

HEX
#2911A2
RGB
rgb(41, 17, 162)
HSL
hsl(250, 81%, 35%)
OKLCH
oklch(0.35 0.206 274.9)
CMYK
cmyk(75%, 90%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

12.38:1

AA AAA

On Black Background

1.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E4DF
200
#CCC3
300
#A595
400
#765D
500
#4E2F
600
#3415
700
#2911
800
#1D0C
900
#1308
950
#0C05

Shades

Darker variations

1#250F91
2#210E81
3#1D0C71
4#190A61
5#150851
6#100741
7#0C0530
8#080320
9#040210

Tints

Lighter variations

1#3114C0
2#3817DE
3#4C2DE9
4#664BEC
5#7F69EF
6#9987F2
7#B2A5F6
8#CCC3F9
9#E5E1FC

Tones

Muted variations

1#2E189A
2#331F93
3#38278C
4#3C2E85
5#41357D
6#463C76
7#4B446F
8#504B68
9#545260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E4DF
#E4DFFC
Light backgroundsTable row hoverSkeleton loading
200
CCC3
#CCC3F9
Secondary backgroundsInput backgroundsDividers
300
A595
#A595F4
BordersInactive statesPlaceholder text
400
765D
#765DEE
Disabled statesSecondary iconsMuted text
500
4E2F
#4E2FE9
Primary brand colorCTAsActive elementsLinks
600
3415
#3415CB
Hover statesFocus ringsPrimary buttons hover
700
2911
#2911A2
Active/pressed statesDark mode accentsSecondary text
800
1D0C
#1D0C73
Text on light backgroundsHeadingsStrong borders
900
1308
#13084A
Primary textHigh emphasis contentDark headings
950
0C05
#0C052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F3F1FE;
  --indigo-100: #E4DFFC;
  --indigo-200: #CCC3F9;
  --indigo-300: #A595F4;
  --indigo-400: #765DEE;
  --indigo-500: #4E2FE9;
  --indigo-600: #3415CB;
  --indigo-700: #2911A2;
  --indigo-800: #1D0C73;
  --indigo-900: #13084A;
  --indigo-950: #0C052E;
}
Generate More ShadesCreate PaletteConvert Color