Indigo

#6311A2

Purple

Color Codes

All color formats for development

HEX
#6311A2
RGB
rgb(99, 17, 162)
HSL
hsl(274, 81%, 35%)
OKLCH
oklch(0.411 0.203 302.9)
CMYK
cmyk(39%, 90%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

9.85:1

AA AAA

On Black Background

2.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EFDF
200
#E1C3
300
#CB95
400
#AF5D
500
#992F
600
#7C15
700
#6311
800
#470C
900
#2D08
950
#1C05

Shades

Darker variations

1#590F91
2#4F0E81
3#450C71
4#3B0A61
5#310851
6#280741
7#1E0530
8#140320
9#0A0210

Tints

Lighter variations

1#7514C0
2#8817DE
3#982DE9
4#A64BEC
5#B569EF
6#C487F2
7#D3A5F6
8#E1C3F9
9#F0E1FC

Tones

Muted variations

1#62189A
2#611F93
3#60278C
4#5F2E85
5#5E357D
6#5D3C76
7#5C446F
8#5B4B68
9#5A5260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EFDF
#EFDFFC
Light backgroundsTable row hoverSkeleton loading
200
E1C3
#E1C3F9
Secondary backgroundsInput backgroundsDividers
300
CB95
#CB95F4
BordersInactive statesPlaceholder text
400
AF5D
#AF5DEE
Disabled statesSecondary iconsMuted text
500
992F
#992FE9
Primary brand colorCTAsActive elementsLinks
600
7C15
#7C15CB
Hover statesFocus ringsPrimary buttons hover
700
6311
#6311A2
Active/pressed statesDark mode accentsSecondary text
800
470C
#470C73
Text on light backgroundsHeadingsStrong borders
900
2D08
#2D084A
Primary textHigh emphasis contentDark headings
950
1C05
#1C052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FE;
  --indigo-100: #EFDFFC;
  --indigo-200: #E1C3F9;
  --indigo-300: #CB95F4;
  --indigo-400: #AF5DEE;
  --indigo-500: #992FE9;
  --indigo-600: #7C15CB;
  --indigo-700: #6311A2;
  --indigo-800: #470C73;
  --indigo-900: #2D084A;
  --indigo-950: #1C052E;
}
Generate More ShadesCreate PaletteConvert Color