Indigo

#3F12A1

Purple

Color Codes

All color formats for development

HEX
#3F12A1
RGB
rgb(63, 18, 161)
HSL
hsl(259, 80%, 35%)
OKLCH
oklch(0.369 0.2 285.2)
CMYK
cmyk(61%, 89%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

11.59:1

AA AAA

On Black Background

1.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E8DF
200
#D4C3
300
#B395
400
#8C5E
500
#6B30
600
#4F16
700
#3F12
800
#2D0D
900
#1D08
950
#1205

Shades

Darker variations

1#391091
2#320E81
3#2C0C70
4#260B60
5#200950
6#190740
7#130530
8#0D0420
9#060210

Tints

Lighter variations

1#4B15BE
2#5618DC
3#692EE8
4#7E4CEB
5#946AEE
6#A988F2
7#BFA5F5
8#D4C3F8
9#EAE1FC

Tones

Muted variations

1#42199A
2#442092
3#47278B
4#4A2E84
5#4C367D
6#4F3D76
7#51446F
8#544B68
9#575260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E8DF
#E8DFFB
Light backgroundsTable row hoverSkeleton loading
200
D4C3
#D4C3F8
Secondary backgroundsInput backgroundsDividers
300
B395
#B395F3
BordersInactive statesPlaceholder text
400
8C5E
#8C5EED
Disabled statesSecondary iconsMuted text
500
6B30
#6B30E8
Primary brand colorCTAsActive elementsLinks
600
4F16
#4F16CA
Hover statesFocus ringsPrimary buttons hover
700
3F12
#3F12A1
Active/pressed statesDark mode accentsSecondary text
800
2D0D
#2D0D73
Text on light backgroundsHeadingsStrong borders
900
1D08
#1D0849
Primary textHigh emphasis contentDark headings
950
1205
#12052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FD;
  --indigo-100: #E8DFFB;
  --indigo-200: #D4C3F8;
  --indigo-300: #B395F3;
  --indigo-400: #8C5EED;
  --indigo-500: #6B30E8;
  --indigo-600: #4F16CA;
  --indigo-700: #3F12A1;
  --indigo-800: #2D0D73;
  --indigo-900: #1D0849;
  --indigo-950: #12052E;
}
Generate More ShadesCreate PaletteConvert Color