Indigo

#3A0052

Purple

Color Codes

All color formats for development

HEX
#3A0052
RGB
rgb(58, 0, 82)
HSL
hsl(282, 100%, 16%)
OKLCH
oklch(0.265 0.133 312.1)
CMYK
cmyk(29%, 100%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

16.13:1

AA AAA

On Black Background

1.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F4DB
200
#EBBD
300
#DC8A
400
#C94D
500
#BA1A
600
#9D00
700
#7D00
800
#5900
900
#3900
950
#2400

Shades

Darker variations

1#330049
2#2E0041
3#280039
4#220031
5#1D0029
6#170021
7#110018
8#0B0010
9#060008

Tints

Lighter variations

1#57007C
2#7500A7
3#9300D2
4#B100FD
5#BF29FF
6#CC54FF
7#D87EFF
8#E5A9FF
9#F2D4FF

Tones

Muted variations

1#37044E
2#360849
3#340C45
4#331041
5#31143D
6#2F1839
7#2E1D35
8#2C2131
9#2A252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F4DB
#F4DBFF
Light backgroundsTable row hoverSkeleton loading
200
EBBD
#EBBDFF
Secondary backgroundsInput backgroundsDividers
300
DC8A
#DC8AFF
BordersInactive statesPlaceholder text
400
C94D
#C94DFF
Disabled statesSecondary iconsMuted text
500
BA1A
#BA1AFF
Primary brand colorCTAsActive elementsLinks
600
9D00
#9D00E0
Hover statesFocus ringsPrimary buttons hover
700
7D00
#7D00B3
Active/pressed statesDark mode accentsSecondary text
800
5900
#590080
Text on light backgroundsHeadingsStrong borders
900
3900
#390052
Primary textHigh emphasis contentDark headings
950
2400
#240033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #FAF0FF;
  --indigo-100: #F4DBFF;
  --indigo-200: #EBBDFF;
  --indigo-300: #DC8AFF;
  --indigo-400: #C94DFF;
  --indigo-500: #BA1AFF;
  --indigo-600: #9D00E0;
  --indigo-700: #7D00B3;
  --indigo-800: #590080;
  --indigo-900: #390052;
  --indigo-950: #240033;
}
Generate More ShadesCreate PaletteConvert Color