Indigo

#4D11A2

Purple

Color Codes

All color formats for development

HEX
#4D11A2
RGB
rgb(77, 17, 162)
HSL
hsl(265, 81%, 35%)
OKLCH
oklch(0.384 0.201 292.1)
CMYK
cmyk(52%, 90%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

10.95:1

AA AAA

On Black Background

1.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F1
100
#EBDF
200
#D9C3
300
#BC95
400
#9A5D
500
#7D2F
600
#6115
700
#4D11
800
#370C
900
#2308
950
#1605

Shades

Darker variations

1#450F91
2#3E0E81
3#360C71
4#2E0A61
5#270851
6#1F0741
7#170530
8#0F0320
9#080210

Tints

Lighter variations

1#5C14C0
2#6A17DE
3#7B2DE9
4#8E4BEC
5#A169EF
6#B487F2
7#C7A5F6
8#D9C3F9
9#ECE1FC

Tones

Muted variations

1#4E189A
2#501F93
3#51278C
4#522E85
5#53357D
6#543C76
7#56446F
8#574B68
9#585260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EBDF
#EBDFFC
Light backgroundsTable row hoverSkeleton loading
200
D9C3
#D9C3F9
Secondary backgroundsInput backgroundsDividers
300
BC95
#BC95F4
BordersInactive statesPlaceholder text
400
9A5D
#9A5DEE
Disabled statesSecondary iconsMuted text
500
7D2F
#7D2FE9
Primary brand colorCTAsActive elementsLinks
600
6115
#6115CB
Hover statesFocus ringsPrimary buttons hover
700
4D11
#4D11A2
Active/pressed statesDark mode accentsSecondary text
800
370C
#370C73
Text on light backgroundsHeadingsStrong borders
900
2308
#23084A
Primary textHigh emphasis contentDark headings
950
1605
#16052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F1FE;
  --indigo-100: #EBDFFC;
  --indigo-200: #D9C3F9;
  --indigo-300: #BC95F4;
  --indigo-400: #9A5DEE;
  --indigo-500: #7D2FE9;
  --indigo-600: #6115CB;
  --indigo-700: #4D11A2;
  --indigo-800: #370C73;
  --indigo-900: #23084A;
  --indigo-950: #16052E;
}
Generate More ShadesCreate PaletteConvert Color