Indigo

#3108AA

Purple

Color Codes

All color formats for development

HEX
#3108AA
RGB
rgb(49, 8, 170)
HSL
hsl(255, 91%, 35%)
OKLCH
oklch(0.361 0.216 277.6)
CMYK
cmyk(71%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

12.03: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
#F4F0
100
#E5DD
200
#CFC0
300
#AA8F
400
#7D55
500
#5824
600
#3D0A
700
#3108
800
#2306
900
#1604
950
#0E02

Shades

Darker variations

1#2C0799
2#270688
3#220677
4#1D0566
5#180455
6#130344
7#0F0233
8#0A0222
9#050111

Tints

Lighter variations

1#3A0ACA
2#430BEA
3#5621F5
4#6E41F6
5#8661F8
6#9F80F9
7#B7A0FB
8#CFC0FC
9#E7DFFE

Tones

Muted variations

1#3510A2
2#39189A
3#3D2092
4#41298A
5#453182
6#49397A
7#4D4172
8#514969
9#555161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E5DD
#E5DDFD
Light backgroundsTable row hoverSkeleton loading
200
CFC0
#CFC0FC
Secondary backgroundsInput backgroundsDividers
300
AA8F
#AA8FFA
BordersInactive statesPlaceholder text
400
7D55
#7D55F7
Disabled statesSecondary iconsMuted text
500
5824
#5824F5
Primary brand colorCTAsActive elementsLinks
600
3D0A
#3D0AD6
Hover statesFocus ringsPrimary buttons hover
700
3108
#3108AA
Active/pressed statesDark mode accentsSecondary text
800
2306
#23067A
Text on light backgroundsHeadingsStrong borders
900
1604
#16044E
Primary textHigh emphasis contentDark headings
950
0E02
#0E0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F0FE;
  --indigo-100: #E5DDFD;
  --indigo-200: #CFC0FC;
  --indigo-300: #AA8FFA;
  --indigo-400: #7D55F7;
  --indigo-500: #5824F5;
  --indigo-600: #3D0AD6;
  --indigo-700: #3108AA;
  --indigo-800: #23067A;
  --indigo-900: #16044E;
  --indigo-950: #0E0231;
}
Generate More ShadesCreate PaletteConvert Color