Indigo

#5215CB

Purple

Color Codes

All color formats for development

HEX
#5215CB
RGB
rgb(82, 21, 203)
HSL
hsl(260, 81%, 44%)
OKLCH
oklch(0.435 0.24 285.7)
CMYK
cmyk(60%, 90%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

9.02:1

AA AAA

On Black Background

2.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E8DF
200
#D5C3
300
#B595
400
#8E5D
500
#6D2F
600
#5215
700
#4111
800
#2F0C
900
#1E08
950
#1305

Shades

Darker variations

1#4A13B7
2#4211A2
3#390F8E
4#310D7A
5#290B66
6#210951
7#19063D
8#100429
9#080214

Tints

Lighter variations

1#5C18E5
2#6E30E9
3#804AEC
4#9264EF
5#A47EF1
6#B698F4
7#C9B1F7
8#DBCBFA
9#EDE5FC

Tones

Muted variations

1#551EC2
2#5827B9
3#5B31B0
4#5E3AA7
5#61439E
6#644C95
7#67558B
8#6A5E82
9#6D6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E8DF
#E8DFFC
Light backgroundsTable row hoverSkeleton loading
200
D5C3
#D5C3F9
Secondary backgroundsInput backgroundsDividers
300
B595
#B595F4
BordersInactive statesPlaceholder text
400
8E5D
#8E5DEE
Disabled statesSecondary iconsMuted text
500
6D2F
#6D2FE9
Primary brand colorCTAsActive elementsLinks
600
5215
#5215CB
Hover statesFocus ringsPrimary buttons hover
700
4111
#4111A2
Active/pressed statesDark mode accentsSecondary text
800
2F0C
#2F0C73
Text on light backgroundsHeadingsStrong borders
900
1E08
#1E084A
Primary textHigh emphasis contentDark headings
950
1305
#13052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FE;
  --indigo-100: #E8DFFC;
  --indigo-200: #D5C3F9;
  --indigo-300: #B595F4;
  --indigo-400: #8E5DEE;
  --indigo-500: #6D2FE9;
  --indigo-600: #5215CB;
  --indigo-700: #4111A2;
  --indigo-800: #2F0C73;
  --indigo-900: #1E084A;
  --indigo-950: #13052E;
}
Generate More ShadesCreate PaletteConvert Color