Indigo

#4B11A2

Purple

Color Codes

All color formats for development

HEX
#4B11A2
RGB
rgb(75, 17, 162)
HSL
hsl(264, 81%, 35%)
OKLCH
oklch(0.382 0.201 291.1)
CMYK
cmyk(54%, 90%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

11.05:1

AA AAA

On Black Background

1.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F1
100
#EADF
200
#D8C3
300
#BB95
400
#975D
500
#7A2F
600
#5E15
700
#4B11
800
#350C
900
#2208
950
#1505

Shades

Darker variations

1#430F91
2#3C0E81
3#340C71
4#2D0A61
5#250851
6#1E0741
7#160530
8#0F0320
9#070210

Tints

Lighter variations

1#5914C0
2#6717DE
3#782DE9
4#8B4BEC
5#9F69EF
6#B287F2
7#C5A5F6
8#D8C3F9
9#ECE1FC

Tones

Muted variations

1#4C189A
2#4E1F93
3#4F278C
4#512E85
5#52357D
6#533C76
7#55446F
8#564B68
9#585260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EADF
#EADFFC
Light backgroundsTable row hoverSkeleton loading
200
D8C3
#D8C3F9
Secondary backgroundsInput backgroundsDividers
300
BB95
#BB95F4
BordersInactive statesPlaceholder text
400
975D
#975DEE
Disabled statesSecondary iconsMuted text
500
7A2F
#7A2FE9
Primary brand colorCTAsActive elementsLinks
600
5E15
#5E15CB
Hover statesFocus ringsPrimary buttons hover
700
4B11
#4B11A2
Active/pressed statesDark mode accentsSecondary text
800
350C
#350C73
Text on light backgroundsHeadingsStrong borders
900
2208
#22084A
Primary textHigh emphasis contentDark headings
950
1505
#15052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F1FE;
  --indigo-100: #EADFFC;
  --indigo-200: #D8C3F9;
  --indigo-300: #BB95F4;
  --indigo-400: #975DEE;
  --indigo-500: #7A2FE9;
  --indigo-600: #5E15CB;
  --indigo-700: #4B11A2;
  --indigo-800: #350C73;
  --indigo-900: #22084A;
  --indigo-950: #15052E;
}
Generate More ShadesCreate PaletteConvert Color