Indigo

#4C16CA

Purple

Color Codes

All color formats for development

HEX
#4C16CA
RGB
rgb(76, 22, 202)
HSL
hsl(258, 80%, 44%)
OKLCH
oklch(0.429 0.239 283.4)
CMYK
cmyk(62%, 89%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

9.23: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
#E7DF
200
#D3C3
300
#B295
400
#895E
500
#6830
600
#4C16
700
#3D12
800
#2B0D
900
#1C08
950
#1105

Shades

Darker variations

1#4514B6
2#3D12A2
3#35108D
4#2E0D79
5#260B65
6#1F0951
7#17073D
8#0F0428
9#080214

Tints

Lighter variations

1#5619E4
2#6831E8
3#7B4BEB
4#8E65EE
5#A17EF1
6#B498F4
7#C6B2F6
8#D9CCF9
9#ECE5FC

Tones

Muted variations

1#501FC1
2#5328B8
3#5731AF
4#5B3AA6
5#5E439D
6#624C94
7#65558B
8#695E82
9#6D6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E7DF
#E7DFFB
Light backgroundsTable row hoverSkeleton loading
200
D3C3
#D3C3F8
Secondary backgroundsInput backgroundsDividers
300
B295
#B295F3
BordersInactive statesPlaceholder text
400
895E
#895EED
Disabled statesSecondary iconsMuted text
500
6830
#6830E8
Primary brand colorCTAsActive elementsLinks
600
4C16
#4C16CA
Hover statesFocus ringsPrimary buttons hover
700
3D12
#3D12A1
Active/pressed statesDark mode accentsSecondary text
800
2B0D
#2B0D73
Text on light backgroundsHeadingsStrong borders
900
1C08
#1C0849
Primary textHigh emphasis contentDark headings
950
1105
#11052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FD;
  --indigo-100: #E7DFFB;
  --indigo-200: #D3C3F8;
  --indigo-300: #B295F3;
  --indigo-400: #895EED;
  --indigo-500: #6830E8;
  --indigo-600: #4C16CA;
  --indigo-700: #3D12A1;
  --indigo-800: #2B0D73;
  --indigo-900: #1C0849;
  --indigo-950: #11052E;
}
Generate More ShadesCreate PaletteConvert Color