Indigo

#4A037C

Purple

Color Codes

All color formats for development

HEX
#4A037C
RGB
rgb(74, 3, 124)
HSL
hsl(275, 95%, 25%)
OKLCH
oklch(0.333 0.172 303.1)
CMYK
cmyk(40%, 98%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

13.16:1

AA AAA

On Black Background

1.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F0DC
200
#E3BE
300
#CE8D
400
#B451
500
#9E1F
600
#8206
700
#6704
800
#4A03
900
#2F02
950
#1E01

Shades

Darker variations

1#420370
2#3B0363
3#340257
4#2C024B
5#25023E
6#1E0132
7#160125
8#0F0119
9#07000C

Tints

Lighter variations

1#6004A2
2#7605C7
3#8C06EC
4#9E1FF9
5#AF45FA
6#BF6AFB
7#CF8FFC
8#DFB4FD
9#EFDAFE

Tones

Muted variations

1#490976
2#480F70
3#47156A
4#461B64
5#45215E
6#442858
7#432E52
8#42344C
9#413A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FF
BackgroundsSubtle highlightsCard backgrounds
100
F0DC
#F0DCFE
Light backgroundsTable row hoverSkeleton loading
200
E3BE
#E3BEFD
Secondary backgroundsInput backgroundsDividers
300
CE8D
#CE8DFC
BordersInactive statesPlaceholder text
400
B451
#B451FB
Disabled statesSecondary iconsMuted text
500
9E1F
#9E1FF9
Primary brand colorCTAsActive elementsLinks
600
8206
#8206DB
Hover statesFocus ringsPrimary buttons hover
700
6704
#6704AE
Active/pressed statesDark mode accentsSecondary text
800
4A03
#4A037C
Text on light backgroundsHeadingsStrong borders
900
2F02
#2F0250
Primary textHigh emphasis contentDark headings
950
1E01
#1E0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F0FF;
  --indigo-100: #F0DCFE;
  --indigo-200: #E3BEFD;
  --indigo-300: #CE8DFC;
  --indigo-400: #B451FB;
  --indigo-500: #9E1FF9;
  --indigo-600: #8206DB;
  --indigo-700: #6704AE;
  --indigo-800: #4A037C;
  --indigo-900: #2F0250;
  --indigo-950: #1E0132;
}
Generate More ShadesCreate PaletteConvert Color