Indigo

#28288A

Blue

Color Codes

All color formats for development

HEX
#28288A
RGB
rgb(40, 40, 138)
HSL
hsl(240, 55%, 35%)
OKLCH
oklch(0.35 0.157 274.6)
CMYK
cmyk(71%, 71%, 0%, 46%)

Accessibility

WCAG contrast compliance

On White Background

11.93:1

AA AAA

On Black Background

1.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F3
100
#E3E3
200
#CCCC
300
#A4A4
400
#7575
500
#4D4D
600
#3232
700
#2828
800
#1D1D
900
#1212
950
#0B0B

Shades

Darker variations

1#24247D
2#20206F
3#1C1C61
4#181853
5#141445
6#101037
7#0C0C2A
8#08081C
9#04040E

Tints

Lighter variations

1#3030A4
2#3737BE
3#4B4BCB
4#6565D2
5#7F7FDA
6#9898E1
7#B2B2E9
8#CCCCF0
9#E5E5F8

Tones

Muted variations

1#2D2D85
2#323281
3#37377C
4#3C3C77
5#414172
6#46466D
7#4B4B68
8#4F4F63
9#54545E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F3
#F3F3FC
BackgroundsSubtle highlightsCard backgrounds
100
E3E3
#E3E3F7
Light backgroundsTable row hoverSkeleton loading
200
CCCC
#CCCCF0
Secondary backgroundsInput backgroundsDividers
300
A4A4
#A4A4E5
BordersInactive statesPlaceholder text
400
7575
#7575D7
Disabled statesSecondary iconsMuted text
500
4D4D
#4D4DCB
Primary brand colorCTAsActive elementsLinks
600
3232
#3232AE
Hover statesFocus ringsPrimary buttons hover
700
2828
#28288A
Active/pressed statesDark mode accentsSecondary text
800
1D1D
#1D1D63
Text on light backgroundsHeadingsStrong borders
900
1212
#12123F
Primary textHigh emphasis contentDark headings
950
0B0B
#0B0B28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F3F3FC;
  --indigo-100: #E3E3F7;
  --indigo-200: #CCCCF0;
  --indigo-300: #A4A4E5;
  --indigo-400: #7575D7;
  --indigo-500: #4D4DCB;
  --indigo-600: #3232AE;
  --indigo-700: #28288A;
  --indigo-800: #1D1D63;
  --indigo-900: #12123F;
  --indigo-950: #0B0B28;
}
Generate More ShadesCreate PaletteConvert Color