Indigo

#6203DD

Purple

Color Codes

All color formats for development

HEX
#6203DD
RGB
rgb(98, 3, 221)
HSL
hsl(266, 97%, 44%)
OKLCH
oklch(0.464 0.262 289.3)
CMYK
cmyk(56%, 99%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

8.15:1

AA AAA

On Black Background

2.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#EBDC
200
#DABE
300
#BD8B
400
#9A4F
500
#7D1D
600
#6203
700
#4E03
800
#3802
900
#2401
950
#1601

Shades

Darker variations

1#5803C7
2#4E03B1
3#44029B
4#3B0285
5#31026F
6#270158
7#1D0142
8#14012C
9#0A0016

Tints

Lighter variations

1#6E04F9
2#7E1EFC
3#8E3AFC
4#9E56FC
5#AE72FD
6#BE8EFD
7#CFABFE
8#DFC7FE
9#EFE3FF

Tones

Muted variations

1#630ED2
2#6519C7
3#6624BC
4#672FB2
5#693AA7
6#6A459C
7#6C5091
8#6D5A86
9#6F657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EBDC
#EBDCFE
Light backgroundsTable row hoverSkeleton loading
200
DABE
#DABEFE
Secondary backgroundsInput backgroundsDividers
300
BD8B
#BD8BFD
BordersInactive statesPlaceholder text
400
9A4F
#9A4FFC
Disabled statesSecondary iconsMuted text
500
7D1D
#7D1DFC
Primary brand colorCTAsActive elementsLinks
600
6203
#6203DD
Hover statesFocus ringsPrimary buttons hover
700
4E03
#4E03B0
Active/pressed statesDark mode accentsSecondary text
800
3802
#38027E
Text on light backgroundsHeadingsStrong borders
900
2401
#240150
Primary textHigh emphasis contentDark headings
950
1601
#160132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F0FF;
  --indigo-100: #EBDCFE;
  --indigo-200: #DABEFE;
  --indigo-300: #BD8BFD;
  --indigo-400: #9A4FFC;
  --indigo-500: #7D1DFC;
  --indigo-600: #6203DD;
  --indigo-700: #4E03B0;
  --indigo-800: #38027E;
  --indigo-900: #240150;
  --indigo-950: #160132;
}
Generate More ShadesCreate PaletteConvert Color