Indigo

#3B0DA5

Purple

Color Codes

All color formats for development

HEX
#3B0DA5
RGB
rgb(59, 13, 165)
HSL
hsl(258, 85%, 35%)
OKLCH
oklch(0.366 0.207 282.8)
CMYK
cmyk(64%, 92%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

11.75:1

AA AAA

On Black Background

1.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E7DE
200
#D3C2
300
#B092
400
#875A
500
#652B
600
#4A11
700
#3B0D
800
#2A0A
900
#1B06
950
#1104

Shades

Darker variations

1#350C95
2#2F0B84
3#290974
4#230863
5#1D0753
6#180542
7#120432
8#0C0321
9#060111

Tints

Lighter variations

1#4610C4
2#5112E2
3#6428EE
4#7A47F0
5#9066F3
6#A684F5
7#BCA3F8
8#D3C2FA
9#E9E0FD

Tones

Muted variations

1#3E159E
2#411D96
3#44248E
4#472C87
5#4A337F
6#4D3B78
7#504270
8#534A68
9#565261

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E7DE
#E7DEFC
Light backgroundsTable row hoverSkeleton loading
200
D3C2
#D3C2FA
Secondary backgroundsInput backgroundsDividers
300
B092
#B092F6
BordersInactive statesPlaceholder text
400
875A
#875AF2
Disabled statesSecondary iconsMuted text
500
652B
#652BEE
Primary brand colorCTAsActive elementsLinks
600
4A11
#4A11D0
Hover statesFocus ringsPrimary buttons hover
700
3B0D
#3B0DA5
Active/pressed statesDark mode accentsSecondary text
800
2A0A
#2A0A76
Text on light backgroundsHeadingsStrong borders
900
1B06
#1B064B
Primary textHigh emphasis contentDark headings
950
1104
#11042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FE;
  --indigo-100: #E7DEFC;
  --indigo-200: #D3C2FA;
  --indigo-300: #B092F6;
  --indigo-400: #875AF2;
  --indigo-500: #652BEE;
  --indigo-600: #4A11D0;
  --indigo-700: #3B0DA5;
  --indigo-800: #2A0A76;
  --indigo-900: #1B064B;
  --indigo-950: #11042F;
}
Generate More ShadesCreate PaletteConvert Color