Indigo

#370B75

Purple

Color Codes

All color formats for development

HEX
#370B75
RGB
rgb(55, 11, 117)
HSL
hsl(265, 83%, 25%)
OKLCH
oklch(0.306 0.158 292.8)
CMYK
cmyk(53%, 91%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

14.31:1

AA AAA

On Black Background

1.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F1
100
#EBDE
200
#D9C2
300
#BC94
400
#995C
500
#7C2D
600
#6113
700
#4D0F
800
#370B
900
#2307
950
#1604

Shades

Darker variations

1#310A69
2#2C095D
3#260852
4#210746
5#1B053A
6#16042F
7#100323
8#0B0217
9#05010C

Tints

Lighter variations

1#470E98
2#5811BB
3#6815DE
4#7C2DEB
5#9250EF
6#A873F2
7#BE96F5
8#D3B9F8
9#E9DCFC

Tones

Muted variations

1#38106F
2#39156A
3#3A1B65
4#3A205F
5#3B255A
6#3C2B55
7#3D3050
8#3E354A
9#3F3A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EBDE
#EBDEFC
Light backgroundsTable row hoverSkeleton loading
200
D9C2
#D9C2F9
Secondary backgroundsInput backgroundsDividers
300
BC94
#BC94F5
BordersInactive statesPlaceholder text
400
995C
#995CF0
Disabled statesSecondary iconsMuted text
500
7C2D
#7C2DEB
Primary brand colorCTAsActive elementsLinks
600
6113
#6113CD
Hover statesFocus ringsPrimary buttons hover
700
4D0F
#4D0FA3
Active/pressed statesDark mode accentsSecondary text
800
370B
#370B75
Text on light backgroundsHeadingsStrong borders
900
2307
#23074B
Primary textHigh emphasis contentDark headings
950
1604
#16042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F1FE;
  --indigo-100: #EBDEFC;
  --indigo-200: #D9C2F9;
  --indigo-300: #BC94F5;
  --indigo-400: #995CF0;
  --indigo-500: #7C2DEB;
  --indigo-600: #6113CD;
  --indigo-700: #4D0FA3;
  --indigo-800: #370B75;
  --indigo-900: #23074B;
  --indigo-950: #16042F;
}
Generate More ShadesCreate PaletteConvert Color