Indigo

#3A12A1

Purple

Color Codes

All color formats for development

HEX
#3A12A1
RGB
rgb(58, 18, 161)
HSL
hsl(257, 80%, 35%)
OKLCH
oklch(0.364 0.201 282.7)
CMYK
cmyk(64%, 89%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

11.79: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
#B095
400
#875E
500
#6430
600
#4916
700
#3A12
800
#2A0D
900
#1B08
950
#1105

Shades

Darker variations

1#341091
2#2F0E81
3#290C70
4#230B60
5#1D0950
6#170740
7#110530
8#0C0420
9#060210

Tints

Lighter variations

1#4515BE
2#5018DC
3#632EE8
4#794CEB
5#8F6AEE
6#A688F2
7#BCA5F5
8#D2C3F8
9#E9E1FC

Tones

Muted variations

1#3D199A
2#402092
3#44278B
4#472E84
5#4A367D
6#4D3D76
7#50446F
8#534B68
9#565260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E7DF
#E7DFFB
Light backgroundsTable row hoverSkeleton loading
200
D2C3
#D2C3F8
Secondary backgroundsInput backgroundsDividers
300
B095
#B095F3
BordersInactive statesPlaceholder text
400
875E
#875EED
Disabled statesSecondary iconsMuted text
500
6430
#6430E8
Primary brand colorCTAsActive elementsLinks
600
4916
#4916CA
Hover statesFocus ringsPrimary buttons hover
700
3A12
#3A12A1
Active/pressed statesDark mode accentsSecondary text
800
2A0D
#2A0D73
Text on light backgroundsHeadingsStrong borders
900
1B08
#1B0849
Primary textHigh emphasis contentDark headings
950
1105
#11052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FD;
  --indigo-100: #E7DFFB;
  --indigo-200: #D2C3F8;
  --indigo-300: #B095F3;
  --indigo-400: #875EED;
  --indigo-500: #6430E8;
  --indigo-600: #4916CA;
  --indigo-700: #3A12A1;
  --indigo-800: #2A0D73;
  --indigo-900: #1B0849;
  --indigo-950: #11052E;
}
Generate More ShadesCreate PaletteConvert Color