Indigo

#4C08AA

Purple

Color Codes

All color formats for development

HEX
#4C08AA
RGB
rgb(76, 8, 170)
HSL
hsl(265, 91%, 35%)
OKLCH
oklch(0.387 0.213 290.2)
CMYK
cmyk(55%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

10.92: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
#F6F0
100
#EADD
200
#D9C0
300
#BB8F
400
#9855
500
#7B24
600
#5F0A
700
#4C08
800
#3606
900
#2304
950
#1602

Shades

Darker variations

1#440799
2#3D0688
3#350677
4#2D0566
5#260455
6#1E0344
7#170233
8#0F0222
9#080111

Tints

Lighter variations

1#5A0ACA
2#680BEA
3#7921F5
4#8C41F6
5#A061F8
6#B380F9
7#C6A0FB
8#D9C0FC
9#ECDFFE

Tones

Muted variations

1#4D10A2
2#4E189A
3#502092
4#51298A
5#523182
6#54397A
7#554172
8#574969
9#585161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FE
BackgroundsSubtle highlightsCard backgrounds
100
EADD
#EADDFD
Light backgroundsTable row hoverSkeleton loading
200
D9C0
#D9C0FC
Secondary backgroundsInput backgroundsDividers
300
BB8F
#BB8FFA
BordersInactive statesPlaceholder text
400
9855
#9855F7
Disabled statesSecondary iconsMuted text
500
7B24
#7B24F5
Primary brand colorCTAsActive elementsLinks
600
5F0A
#5F0AD6
Hover statesFocus ringsPrimary buttons hover
700
4C08
#4C08AA
Active/pressed statesDark mode accentsSecondary text
800
3606
#36067A
Text on light backgroundsHeadingsStrong borders
900
2304
#23044E
Primary textHigh emphasis contentDark headings
950
1602
#160231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F0FE;
  --indigo-100: #EADDFD;
  --indigo-200: #D9C0FC;
  --indigo-300: #BB8FFA;
  --indigo-400: #9855F7;
  --indigo-500: #7B24F5;
  --indigo-600: #5F0AD6;
  --indigo-700: #4C08AA;
  --indigo-800: #36067A;
  --indigo-900: #23044E;
  --indigo-950: #160231;
}
Generate More ShadesCreate PaletteConvert Color