Indigo

#4B04AF

Purple

Color Codes

All color formats for development

HEX
#4B04AF
RGB
rgb(75, 4, 175)
HSL
hsl(265, 96%, 35%)
OKLCH
oklch(0.389 0.219 288.7)
CMYK
cmyk(57%, 98%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

10.85:1

AA AAA

On Black Background

1.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#EADC
200
#D9BE
300
#BB8C
400
#9750
500
#7A1E
600
#5E04
700
#4B04
800
#3603
900
#2202
950
#1501

Shades

Darker variations

1#43039D
2#3C038C
3#34027A
4#2D0269
5#250257
6#1E0146
7#160134
8#0F0123
9#070011

Tints

Lighter variations

1#5904CF
2#6705F0
3#781CFA
4#8C3CFB
5#9F5DFC
6#B27DFC
7#C59EFD
8#D9BEFE
9#ECDFFE

Tones

Muted variations

1#4C0CA6
2#4E159E
3#4F1D95
4#51268D
5#522E84
6#54377C
7#554073
8#56486A
9#585162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EADC
#EADCFE
Light backgroundsTable row hoverSkeleton loading
200
D9BE
#D9BEFE
Secondary backgroundsInput backgroundsDividers
300
BB8C
#BB8CFD
BordersInactive statesPlaceholder text
400
9750
#9750FB
Disabled statesSecondary iconsMuted text
500
7A1E
#7A1EFA
Primary brand colorCTAsActive elementsLinks
600
5E04
#5E04DC
Hover statesFocus ringsPrimary buttons hover
700
4B04
#4B04AF
Active/pressed statesDark mode accentsSecondary text
800
3603
#36037D
Text on light backgroundsHeadingsStrong borders
900
2202
#220250
Primary textHigh emphasis contentDark headings
950
1501
#150132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F0FF;
  --indigo-100: #EADCFE;
  --indigo-200: #D9BEFE;
  --indigo-300: #BB8CFD;
  --indigo-400: #9750FB;
  --indigo-500: #7A1EFA;
  --indigo-600: #5E04DC;
  --indigo-700: #4B04AF;
  --indigo-800: #36037D;
  --indigo-900: #220250;
  --indigo-950: #150132;
}
Generate More ShadesCreate PaletteConvert Color