Indigo

#2904AF

Blue

Color Codes

All color formats for development

HEX
#2904AF
RGB
rgb(41, 4, 175)
HSL
hsl(253, 96%, 35%)
OKLCH
oklch(0.359 0.225 273.8)
CMYK
cmyk(77%, 98%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

12.13:1

AA AAA

On Black Background

1.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E3DC
200
#CCBE
300
#A48C
400
#7550
500
#4E1E
600
#3304
700
#2904
800
#1D03
900
#1302
950
#0C01

Shades

Darker variations

1#25039D
2#21038C
3#1C027A
4#180269
5#140257
6#100146
7#0C0134
8#080123
9#040011

Tints

Lighter variations

1#3004CF
2#3805F0
3#4C1CFA
4#653CFB
5#7F5DFC
6#997DFC
7#B29EFD
8#CCBEFE
9#E5DFFE

Tones

Muted variations

1#2E0CA6
2#32159E
3#371D95
4#3C268D
5#412E84
6#46377C
7#4B4073
8#50486A
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
CCBE
#CCBEFE
Secondary backgroundsInput backgroundsDividers
300
A48C
#A48CFD
BordersInactive statesPlaceholder text
400
7550
#7550FB
Disabled statesSecondary iconsMuted text
500
4E1E
#4E1EFA
Primary brand colorCTAsActive elementsLinks
600
3304
#3304DC
Hover statesFocus ringsPrimary buttons hover
700
2904
#2904AF
Active/pressed statesDark mode accentsSecondary text
800
1D03
#1D037D
Text on light backgroundsHeadingsStrong borders
900
1302
#130250
Primary textHigh emphasis contentDark headings
950
0C01
#0C0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F3F0FF;
  --indigo-100: #E3DCFE;
  --indigo-200: #CCBEFE;
  --indigo-300: #A48CFD;
  --indigo-400: #7550FB;
  --indigo-500: #4E1EFA;
  --indigo-600: #3304DC;
  --indigo-700: #2904AF;
  --indigo-800: #1D037D;
  --indigo-900: #130250;
  --indigo-950: #0C0132;
}
Generate More ShadesCreate PaletteConvert Color