Indigo

#2A00B3

Blue

Color Codes

All color formats for development

HEX
#2A00B3
RGB
rgb(42, 0, 179)
HSL
hsl(254, 100%, 35%)
OKLCH
oklch(0.363 0.23 273.9)
CMYK
cmyk(77%, 100%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

12.00:1

AA AAA

On Black Background

1.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E4DB
200
#CCBD
300
#A58A
400
#764D
500
#4F1A
600
#3400
700
#2A00
800
#1E00
900
#1300
950
#0C00

Shades

Darker variations

1#2500A1
2#21008F
3#1D007D
4#19006B
5#150059
6#110047
7#0C0036
8#080024
9#040012

Tints

Lighter variations

1#3100D4
2#3900F5
3#4D17FF
4#6738FF
5#8059FF
6#997AFF
7#B39CFF
8#CCBDFF
9#E6DEFF

Tones

Muted variations

1#2E09AA
2#3312A1
3#381B98
4#3D248F
5#412D86
6#46367D
7#4B3E74
8#50476B
9#545062

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E4DB
#E4DBFF
Light backgroundsTable row hoverSkeleton loading
200
CCBD
#CCBDFF
Secondary backgroundsInput backgroundsDividers
300
A58A
#A58AFF
BordersInactive statesPlaceholder text
400
764D
#764DFF
Disabled statesSecondary iconsMuted text
500
4F1A
#4F1AFF
Primary brand colorCTAsActive elementsLinks
600
3400
#3400E0
Hover statesFocus ringsPrimary buttons hover
700
2A00
#2A00B3
Active/pressed statesDark mode accentsSecondary text
800
1E00
#1E0080
Text on light backgroundsHeadingsStrong borders
900
1300
#130052
Primary textHigh emphasis contentDark headings
950
0C00
#0C0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F3F0FF;
  --indigo-100: #E4DBFF;
  --indigo-200: #CCBDFF;
  --indigo-300: #A58AFF;
  --indigo-400: #764DFF;
  --indigo-500: #4F1AFF;
  --indigo-600: #3400E0;
  --indigo-700: #2A00B3;
  --indigo-800: #1E0080;
  --indigo-900: #130052;
  --indigo-950: #0C0033;
}
Generate More ShadesCreate PaletteConvert Color