Indigo

#2F13A0

Blue

Color Codes

All color formats for development

HEX
#2F13A0
RGB
rgb(47, 19, 160)
HSL
hsl(252, 79%, 35%)
OKLCH
oklch(0.354 0.201 277.7)
CMYK
cmyk(71%, 88%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

12.20:1

AA AAA

On Black Background

1.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E5DF
200
#CEC4
300
#A996
400
#7B5F
500
#5632
600
#3B18
700
#2F13
800
#220D
900
#1509
950
#0D05

Shades

Darker variations

1#2A1190
2#260F80
3#210D70
4#1C0B60
5#170950
6#130740
7#0E0630
8#090420
9#050210

Tints

Lighter variations

1#3816BD
2#401ADB
3#542FE7
4#6C4DEA
5#856BEE
6#9D88F1
7#B6A6F5
8#CEC4F8
9#E7E1FC

Tones

Muted variations

1#331A99
2#372192
3#3C288B
4#402F84
5#44367D
6#483D75
7#4D446E
8#514B67
9#555260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E5DF
#E5DFFB
Light backgroundsTable row hoverSkeleton loading
200
CEC4
#CEC4F8
Secondary backgroundsInput backgroundsDividers
300
A996
#A996F3
BordersInactive statesPlaceholder text
400
7B5F
#7B5FEC
Disabled statesSecondary iconsMuted text
500
5632
#5632E7
Primary brand colorCTAsActive elementsLinks
600
3B18
#3B18C9
Hover statesFocus ringsPrimary buttons hover
700
2F13
#2F13A0
Active/pressed statesDark mode accentsSecondary text
800
220D
#220D72
Text on light backgroundsHeadingsStrong borders
900
1509
#150949
Primary textHigh emphasis contentDark headings
950
0D05
#0D052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F1FD;
  --indigo-100: #E5DFFB;
  --indigo-200: #CEC4F8;
  --indigo-300: #A996F3;
  --indigo-400: #7B5FEC;
  --indigo-500: #5632E7;
  --indigo-600: #3B18C9;
  --indigo-700: #2F13A0;
  --indigo-800: #220D72;
  --indigo-900: #150949;
  --indigo-950: #0D052E;
}
Generate More ShadesCreate PaletteConvert Color