Indigo

#3B00B3

Purple

Color Codes

All color formats for development

HEX
#3B00B3
RGB
rgb(59, 0, 179)
HSL
hsl(260, 100%, 35%)
OKLCH
oklch(0.377 0.227 280.8)
CMYK
cmyk(67%, 100%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

11.43:1

AA AAA

On Black Background

1.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E7DB
200
#D3BD
300
#B18A
400
#884D
500
#661A
600
#4B00
700
#3B00
800
#2A00
900
#1B00
950
#1100

Shades

Darker variations

1#3600A1
2#30008F
3#2A007D
4#24006B
5#1E0059
6#180047
7#120036
8#0C0024
9#060012

Tints

Lighter variations

1#4700D4
2#5200F5
3#6417FF
4#7A38FF
5#9159FF
6#A77AFF
7#BD9CFF
8#D3BDFF
9#E9DEFF

Tones

Muted variations

1#3E09AA
2#4112A1
3#441B98
4#47248F
5#4A2D86
6#4D367D
7#503E74
8#53476B
9#565062

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E7DB
#E7DBFF
Light backgroundsTable row hoverSkeleton loading
200
D3BD
#D3BDFF
Secondary backgroundsInput backgroundsDividers
300
B18A
#B18AFF
BordersInactive statesPlaceholder text
400
884D
#884DFF
Disabled statesSecondary iconsMuted text
500
661A
#661AFF
Primary brand colorCTAsActive elementsLinks
600
4B00
#4B00E0
Hover statesFocus ringsPrimary buttons hover
700
3B00
#3B00B3
Active/pressed statesDark mode accentsSecondary text
800
2A00
#2A0080
Text on light backgroundsHeadingsStrong borders
900
1B00
#1B0052
Primary textHigh emphasis contentDark headings
950
1100
#110033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F0FF;
  --indigo-100: #E7DBFF;
  --indigo-200: #D3BDFF;
  --indigo-300: #B18AFF;
  --indigo-400: #884DFF;
  --indigo-500: #661AFF;
  --indigo-600: #4B00E0;
  --indigo-700: #3B00B3;
  --indigo-800: #2A0080;
  --indigo-900: #1B0052;
  --indigo-950: #110033;
}
Generate More ShadesCreate PaletteConvert Color