Indigo

#2A13A0

Blue

Color Codes

All color formats for development

HEX
#2A13A0
RGB
rgb(42, 19, 160)
HSL
hsl(250, 79%, 35%)
OKLCH
oklch(0.35 0.202 275.5)
CMYK
cmyk(74%, 88%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

12.36:1

AA AAA

On Black Background

1.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E4DF
200
#CCC4
300
#A596
400
#775F
500
#5032
600
#3518
700
#2A13
800
#1E0D
900
#1309
950
#0C05

Shades

Darker variations

1#261190
2#220F80
3#1E0D70
4#190B60
5#150950
6#110740
7#0D0630
8#080420
9#040210

Tints

Lighter variations

1#3216BD
2#3A1ADB
3#4E2FE7
4#674DEA
5#806BEE
6#9A88F1
7#B3A6F5
8#CCC4F8
9#E6E1FC

Tones

Muted variations

1#2F1A99
2#342192
3#38288B
4#3D2F84
5#42367D
6#463D75
7#4B446E
8#504B67
9#555260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E4DF
#E4DFFB
Light backgroundsTable row hoverSkeleton loading
200
CCC4
#CCC4F8
Secondary backgroundsInput backgroundsDividers
300
A596
#A596F3
BordersInactive statesPlaceholder text
400
775F
#775FEC
Disabled statesSecondary iconsMuted text
500
5032
#5032E7
Primary brand colorCTAsActive elementsLinks
600
3518
#3518C9
Hover statesFocus ringsPrimary buttons hover
700
2A13
#2A13A0
Active/pressed statesDark mode accentsSecondary text
800
1E0D
#1E0D72
Text on light backgroundsHeadingsStrong borders
900
1309
#130949
Primary textHigh emphasis contentDark headings
950
0C05
#0C052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F3F1FD;
  --indigo-100: #E4DFFB;
  --indigo-200: #CCC4F8;
  --indigo-300: #A596F3;
  --indigo-400: #775FEC;
  --indigo-500: #5032E7;
  --indigo-600: #3518C9;
  --indigo-700: #2A13A0;
  --indigo-800: #1E0D72;
  --indigo-900: #130949;
  --indigo-950: #0C052E;
}
Generate More ShadesCreate PaletteConvert Color