Indigo

#3A10A2

Purple

Color Codes

All color formats for development

HEX
#3A10A2
RGB
rgb(58, 16, 162)
HSL
hsl(257, 82%, 35%)
OKLCH
oklch(0.364 0.203 282.7)
CMYK
cmyk(64%, 90%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

11.83:1

AA AAA

On Black Background

1.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E7DF
200
#D2C3
300
#B094
400
#865D
500
#632E
600
#4814
700
#3A10
800
#290B
900
#1A07
950
#1005

Shades

Darker variations

1#340E92
2#2E0D82
3#280B72
4#230A61
5#1D0851
6#170641
7#110531
8#0C0320
9#060210

Tints

Lighter variations

1#4413C1
2#4F16DF
3#622CEA
4#784AED
5#8F68F0
6#A586F3
7#BCA5F6
8#D2C3F9
9#E9E1FC

Tones

Muted variations

1#3D179B
2#401F94
3#43268C
4#462D85
5#49357E
6#4D3C77
7#50436F
8#534B68
9#565261

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E7DF
#E7DFFC
Light backgroundsTable row hoverSkeleton loading
200
D2C3
#D2C3F9
Secondary backgroundsInput backgroundsDividers
300
B094
#B094F4
BordersInactive statesPlaceholder text
400
865D
#865DEF
Disabled statesSecondary iconsMuted text
500
632E
#632EEA
Primary brand colorCTAsActive elementsLinks
600
4814
#4814CC
Hover statesFocus ringsPrimary buttons hover
700
3A10
#3A10A2
Active/pressed statesDark mode accentsSecondary text
800
290B
#290B74
Text on light backgroundsHeadingsStrong borders
900
1A07
#1A074A
Primary textHigh emphasis contentDark headings
950
1005
#10052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FE;
  --indigo-100: #E7DFFC;
  --indigo-200: #D2C3F9;
  --indigo-300: #B094F4;
  --indigo-400: #865DEF;
  --indigo-500: #632EEA;
  --indigo-600: #4814CC;
  --indigo-700: #3A10A2;
  --indigo-800: #290B74;
  --indigo-900: #1A074A;
  --indigo-950: #10052E;
}
Generate More ShadesCreate PaletteConvert Color