Indigo

#3C0A75

Purple

Color Codes

All color formats for development

HEX
#3C0A75
RGB
rgb(60, 10, 117)
HSL
hsl(268, 84%, 25%)
OKLCH
oklch(0.312 0.159 296.2)
CMYK
cmyk(49%, 91%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

14.07:1

AA AAA

On Black Background

1.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#ECDE
200
#DCC2
300
#C193
400
#A15B
500
#862C
600
#6A12
700
#540E
800
#3C0A
900
#2707
950
#1804

Shades

Darker variations

1#36096A
2#30085E
3#2A0752
4#240646
5#1E053B
6#18042F
7#120323
8#0C0217
9#06010C

Tints

Lighter variations

1#4E0D98
2#6010BC
3#7213DF
4#862CED
5#9A4FF0
6#AE72F3
7#C295F6
8#D7B9F9
9#EBDCFC

Tones

Muted variations

1#3D1070
2#3D156B
3#3D1A65
4#3E2060
5#3E255B
6#3E2A55
7#3F3050
8#3F354A
9#3F3A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FE
BackgroundsSubtle highlightsCard backgrounds
100
ECDE
#ECDEFC
Light backgroundsTable row hoverSkeleton loading
200
DCC2
#DCC2FA
Secondary backgroundsInput backgroundsDividers
300
C193
#C193F6
BordersInactive statesPlaceholder text
400
A15B
#A15BF1
Disabled statesSecondary iconsMuted text
500
862C
#862CED
Primary brand colorCTAsActive elementsLinks
600
6A12
#6A12CE
Hover statesFocus ringsPrimary buttons hover
700
540E
#540EA4
Active/pressed statesDark mode accentsSecondary text
800
3C0A
#3C0A75
Text on light backgroundsHeadingsStrong borders
900
2707
#27074B
Primary textHigh emphasis contentDark headings
950
1804
#18042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F1FE;
  --indigo-100: #ECDEFC;
  --indigo-200: #DCC2FA;
  --indigo-300: #C193F6;
  --indigo-400: #A15BF1;
  --indigo-500: #862CED;
  --indigo-600: #6A12CE;
  --indigo-700: #540EA4;
  --indigo-800: #3C0A75;
  --indigo-900: #27074B;
  --indigo-950: #18042F;
}
Generate More ShadesCreate PaletteConvert Color