Indigo

#3A11A2

Purple

Color Codes

All color formats for development

HEX
#3A11A2
RGB
rgb(58, 17, 162)
HSL
hsl(257, 81%, 35%)
OKLCH
oklch(0.364 0.202 282.6)
CMYK
cmyk(64%, 90%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

11.79:1

AA AAA

On Black Background

1.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E7DF
200
#D2C3
300
#B095
400
#865D
500
#642F
600
#4915
700
#3A11
800
#290C
900
#1A08
950
#1105

Shades

Darker variations

1#340F91
2#2E0E81
3#290C71
4#230A61
5#1D0851
6#170741
7#110530
8#0C0320
9#060210

Tints

Lighter variations

1#4514C0
2#4F17DE
3#622DE9
4#794BEC
5#8F69EF
6#A587F2
7#BCA5F6
8#D2C3F9
9#E9E1FC

Tones

Muted variations

1#3D189A
2#401F93
3#43278C
4#462E85
5#4A357D
6#4D3C76
7#50446F
8#534B68
9#565260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E7DF
#E7DFFC
Light backgroundsTable row hoverSkeleton loading
200
D2C3
#D2C3F9
Secondary backgroundsInput backgroundsDividers
300
B095
#B095F4
BordersInactive statesPlaceholder text
400
865D
#865DEE
Disabled statesSecondary iconsMuted text
500
642F
#642FE9
Primary brand colorCTAsActive elementsLinks
600
4915
#4915CB
Hover statesFocus ringsPrimary buttons hover
700
3A11
#3A11A2
Active/pressed statesDark mode accentsSecondary text
800
290C
#290C73
Text on light backgroundsHeadingsStrong borders
900
1A08
#1A084A
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: #F5F1FE;
  --indigo-100: #E7DFFC;
  --indigo-200: #D2C3F9;
  --indigo-300: #B095F4;
  --indigo-400: #865DEE;
  --indigo-500: #642FE9;
  --indigo-600: #4915CB;
  --indigo-700: #3A11A2;
  --indigo-800: #290C73;
  --indigo-900: #1A084A;
  --indigo-950: #11052E;
}
Generate More ShadesCreate PaletteConvert Color