Indigo

#2909AA

Blue

Color Codes

All color formats for development

HEX
#2909AA
RGB
rgb(41, 9, 170)
HSL
hsl(252, 90%, 35%)
OKLCH
oklch(0.356 0.218 274.3)
CMYK
cmyk(76%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

12.25:1

AA AAA

On Black Background

1.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E4DD
200
#CCC0
300
#A590
400
#7655
500
#4E25
600
#340B
700
#2909
800
#1D06
900
#1304
950
#0C03

Shades

Darker variations

1#250899
2#210788
3#1D0677
4#190566
5#150455
6#100444
7#0C0333
8#080222
9#040111

Tints

Lighter variations

1#310BC9
2#380CE9
3#4C23F3
4#6642F5
5#7F62F7
6#9981F8
7#B2A1FA
8#CCC0FC
9#E5E0FD

Tones

Muted variations

1#2E11A2
2#33199A
3#382191
4#3C2989
5#413181
6#463979
7#4B4171
8#504969
9#545161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E4DD
#E4DDFD
Light backgroundsTable row hoverSkeleton loading
200
CCC0
#CCC0FC
Secondary backgroundsInput backgroundsDividers
300
A590
#A590F9
BordersInactive statesPlaceholder text
400
7655
#7655F6
Disabled statesSecondary iconsMuted text
500
4E25
#4E25F4
Primary brand colorCTAsActive elementsLinks
600
340B
#340BD5
Hover statesFocus ringsPrimary buttons hover
700
2909
#2909AA
Active/pressed statesDark mode accentsSecondary text
800
1D06
#1D0679
Text on light backgroundsHeadingsStrong borders
900
1304
#13044E
Primary textHigh emphasis contentDark headings
950
0C03
#0C0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F3F0FE;
  --indigo-100: #E4DDFD;
  --indigo-200: #CCC0FC;
  --indigo-300: #A590F9;
  --indigo-400: #7655F6;
  --indigo-500: #4E25F4;
  --indigo-600: #340BD5;
  --indigo-700: #2909AA;
  --indigo-800: #1D0679;
  --indigo-900: #13044E;
  --indigo-950: #0C0330;
}
Generate More ShadesCreate PaletteConvert Color