Indigo

#2604AE

Blue

Color Codes

All color formats for development

HEX
#2604AE
RGB
rgb(38, 4, 174)
HSL
hsl(252, 96%, 35%)
OKLCH
oklch(0.356 0.225 272.8)
CMYK
cmyk(78%, 98%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

12.27: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
#E3DC
200
#CBBE
300
#A38C
400
#7250
500
#4A1E
600
#3004
700
#2604
800
#1B03
900
#1102
950
#0B01

Shades

Darker variations

1#22039D
2#1E038C
3#1A027A
4#170269
5#130257
6#0F0146
7#0B0134
8#080123
9#040011

Tints

Lighter variations

1#2D04CF
2#3405F0
3#481CFA
4#623CFB
5#7C5DFC
6#977DFC
7#B19EFD
8#CBBEFE
9#E5DFFE

Tones

Muted variations

1#2B0CA6
2#30159E
3#351D95
4#3A268D
5#402E84
6#45377C
7#4A4073
8#4F486A
9#545162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E3DC
#E3DCFE
Light backgroundsTable row hoverSkeleton loading
200
CBBE
#CBBEFE
Secondary backgroundsInput backgroundsDividers
300
A38C
#A38CFD
BordersInactive statesPlaceholder text
400
7250
#7250FB
Disabled statesSecondary iconsMuted text
500
4A1E
#4A1EFA
Primary brand colorCTAsActive elementsLinks
600
3004
#3004DC
Hover statesFocus ringsPrimary buttons hover
700
2604
#2604AF
Active/pressed statesDark mode accentsSecondary text
800
1B03
#1B037D
Text on light backgroundsHeadingsStrong borders
900
1102
#110250
Primary textHigh emphasis contentDark headings
950
0B01
#0B0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F3F0FF;
  --indigo-100: #E3DCFE;
  --indigo-200: #CBBEFE;
  --indigo-300: #A38CFD;
  --indigo-400: #7250FB;
  --indigo-500: #4A1EFA;
  --indigo-600: #3004DC;
  --indigo-700: #2604AF;
  --indigo-800: #1B037D;
  --indigo-900: #110250;
  --indigo-950: #0B0132;
}
Generate More ShadesCreate PaletteConvert Color