Indigo

#2B03B0

Blue

Color Codes

All color formats for development

HEX
#2B03B0
RGB
rgb(43, 3, 176)
HSL
hsl(254, 97%, 35%)
OKLCH
oklch(0.362 0.226 274.5)
CMYK
cmyk(76%, 98%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

12.05: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
#F3F0
100
#E4DC
200
#CDBE
300
#A68B
400
#784F
500
#511D
600
#3603
700
#2B03
800
#1F02
900
#1401
950
#0C01

Shades

Darker variations

1#27029E
2#22028D
3#1E027B
4#1A0269
5#160158
6#110146
7#0D0135
8#090123
9#040012

Tints

Lighter variations

1#3303D0
2#3B04F1
3#4F1AFC
4#683BFC
5#815CFD
6#9A7CFD
7#B49DFE
8#CDBEFE
9#E6DEFF

Tones

Muted variations

1#300BA7
2#34149F
3#391D96
4#3E258D
5#422E85
6#47377C
7#4B3F73
8#50486B
9#555162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E4DC
#E4DCFE
Light backgroundsTable row hoverSkeleton loading
200
CDBE
#CDBEFE
Secondary backgroundsInput backgroundsDividers
300
A68B
#A68BFD
BordersInactive statesPlaceholder text
400
784F
#784FFC
Disabled statesSecondary iconsMuted text
500
511D
#511DFC
Primary brand colorCTAsActive elementsLinks
600
3603
#3603DD
Hover statesFocus ringsPrimary buttons hover
700
2B03
#2B03B0
Active/pressed statesDark mode accentsSecondary text
800
1F02
#1F027E
Text on light backgroundsHeadingsStrong borders
900
1401
#140150
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: #E4DCFE;
  --indigo-200: #CDBEFE;
  --indigo-300: #A68BFD;
  --indigo-400: #784FFC;
  --indigo-500: #511DFC;
  --indigo-600: #3603DD;
  --indigo-700: #2B03B0;
  --indigo-800: #1F027E;
  --indigo-900: #140150;
  --indigo-950: #0C0132;
}
Generate More ShadesCreate PaletteConvert Color