Indigo

#2E09AA

Blue

Color Codes

All color formats for development

HEX
#2E09AA
RGB
rgb(46, 9, 170)
HSL
hsl(254, 90%, 35%)
OKLCH
oklch(0.359 0.217 276.3)
CMYK
cmyk(73%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

12.10: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
#F4F0
100
#E5DD
200
#CEC0
300
#A890
400
#7B55
500
#5525
600
#3A0B
700
#2E09
800
#2106
900
#1504
950
#0D03

Shades

Darker variations

1#2A0899
2#250788
3#200677
4#1C0566
5#170455
6#130444
7#0E0333
8#090222
9#050111

Tints

Lighter variations

1#370BC9
2#400CE9
3#5323F3
4#6C42F5
5#8462F7
6#9D81F8
7#B5A1FA
8#CEC0FC
9#E6E0FD

Tones

Muted variations

1#3311A2
2#37199A
3#3B2191
4#402989
5#443181
6#483979
7#4C4171
8#514969
9#555161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E5DD
#E5DDFD
Light backgroundsTable row hoverSkeleton loading
200
CEC0
#CEC0FC
Secondary backgroundsInput backgroundsDividers
300
A890
#A890F9
BordersInactive statesPlaceholder text
400
7B55
#7B55F6
Disabled statesSecondary iconsMuted text
500
5525
#5525F4
Primary brand colorCTAsActive elementsLinks
600
3A0B
#3A0BD5
Hover statesFocus ringsPrimary buttons hover
700
2E09
#2E09AA
Active/pressed statesDark mode accentsSecondary text
800
2106
#210679
Text on light backgroundsHeadingsStrong borders
900
1504
#15044E
Primary textHigh emphasis contentDark headings
950
0D03
#0D0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F0FE;
  --indigo-100: #E5DDFD;
  --indigo-200: #CEC0FC;
  --indigo-300: #A890F9;
  --indigo-400: #7B55F6;
  --indigo-500: #5525F4;
  --indigo-600: #3A0BD5;
  --indigo-700: #2E09AA;
  --indigo-800: #210679;
  --indigo-900: #15044E;
  --indigo-950: #0D0330;
}
Generate More ShadesCreate PaletteConvert Color