Indigo

#3D13A0

Purple

Color Codes

All color formats for development

HEX
#3D13A0
RGB
rgb(61, 19, 160)
HSL
hsl(258, 79%, 35%)
OKLCH
oklch(0.366 0.199 284.3)
CMYK
cmyk(62%, 88%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

11.67:1

AA AAA

On Black Background

1.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E8DF
200
#D3C4
300
#B296
400
#8A5F
500
#6832
600
#4D18
700
#3D13
800
#2C0D
900
#1C09
950
#1105

Shades

Darker variations

1#371190
2#310F80
3#2B0D70
4#250B60
5#1F0950
6#180740
7#120630
8#0C0420
9#060210

Tints

Lighter variations

1#4816BD
2#541ADB
3#662FE7
4#7C4DEA
5#926BEE
6#A888F1
7#BEA6F5
8#D3C4F8
9#E9E1FC

Tones

Muted variations

1#401A99
2#432192
3#46288B
4#482F84
5#4B367D
6#4E3D75
7#51446E
8#544B67
9#565260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E8DF
#E8DFFB
Light backgroundsTable row hoverSkeleton loading
200
D3C4
#D3C4F8
Secondary backgroundsInput backgroundsDividers
300
B296
#B296F3
BordersInactive statesPlaceholder text
400
8A5F
#8A5FEC
Disabled statesSecondary iconsMuted text
500
6832
#6832E7
Primary brand colorCTAsActive elementsLinks
600
4D18
#4D18C9
Hover statesFocus ringsPrimary buttons hover
700
3D13
#3D13A0
Active/pressed statesDark mode accentsSecondary text
800
2C0D
#2C0D72
Text on light backgroundsHeadingsStrong borders
900
1C09
#1C0949
Primary textHigh emphasis contentDark headings
950
1105
#11052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FD;
  --indigo-100: #E8DFFB;
  --indigo-200: #D3C4F8;
  --indigo-300: #B296F3;
  --indigo-400: #8A5FEC;
  --indigo-500: #6832E7;
  --indigo-600: #4D18C9;
  --indigo-700: #3D13A0;
  --indigo-800: #2C0D72;
  --indigo-900: #1C0949;
  --indigo-950: #11052E;
}
Generate More ShadesCreate PaletteConvert Color