Indigo

#4B13CD

Purple

Color Codes

All color formats for development

HEX
#4B13CD
RGB
rgb(75, 19, 205)
HSL
hsl(258, 83%, 44%)
OKLCH
oklch(0.43 0.244 282.6)
CMYK
cmyk(63%, 91%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

9.24:1

AA AAA

On Black Background

2.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E7DE
200
#D3C2
300
#B194
400
#885C
500
#662D
600
#4B13
700
#3C0F
800
#2B0B
900
#1B07
950
#1104

Shades

Darker variations

1#4311B9
2#3C0FA4
3#340D90
4#2D0B7B
5#250A67
6#1E0852
7#16063E
8#0F0429
9#070215

Tints

Lighter variations

1#5416E7
2#672EEC
3#7A48EE
4#8D62F0
5#A07CF3
6#B396F5
7#C6B1F8
8#D9CBFA
9#ECE5FD

Tones

Muted variations

1#4F1CC4
2#5226BB
3#562FB1
4#5A38A8
5#5E429F
6#614B95
7#65548C
8#695E83
9#6C677A

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
#D3C2F9
Secondary backgroundsInput backgroundsDividers
300
B194
#B194F5
BordersInactive statesPlaceholder text
400
885C
#885CF0
Disabled statesSecondary iconsMuted text
500
662D
#662DEB
Primary brand colorCTAsActive elementsLinks
600
4B13
#4B13CD
Hover statesFocus ringsPrimary buttons hover
700
3C0F
#3C0FA3
Active/pressed statesDark mode accentsSecondary text
800
2B0B
#2B0B75
Text on light backgroundsHeadingsStrong borders
900
1B07
#1B074B
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: #D3C2F9;
  --indigo-300: #B194F5;
  --indigo-400: #885CF0;
  --indigo-500: #662DEB;
  --indigo-600: #4B13CD;
  --indigo-700: #3C0FA3;
  --indigo-800: #2B0B75;
  --indigo-900: #1B074B;
  --indigo-950: #11042F;
}
Generate More ShadesCreate PaletteConvert Color