Indigo

#2C054D

Purple

Color Codes

All color formats for development

HEX
#2C054D
RGB
rgb(44, 5, 77)
HSL
hsl(273, 88%, 16%)
OKLCH
oklch(0.243 0.118 302.3)
CMYK
cmyk(43%, 94%, 0%, 70%)

Accessibility

WCAG contrast compliance

On White Background

16.99:1

AA AAA

On Black Background

1.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EFDD
200
#E1C1
300
#CA91
400
#AE57
500
#9627
600
#7A0D
700
#610B
800
#4508
900
#2C05
950
#1C03

Shades

Darker variations

1#280445
2#24043D
3#1F0336
4#1B032E
5#160226
6#12021F
7#0D0117
8#09010F
9#040008

Tints

Lighter variations

1#440775
2#5B0A9D
3#720DC6
4#8A0FEE
5#9D36F2
6#B15EF5
7#C486F7
8#D8AEFA
9#EBD7FC

Tones

Muted variations

1#2C0849
2#2C0C46
3#2B1042
4#2B133E
5#2B173B
6#2A1A37
7#2A1E34
8#2A2230
9#29252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EFDD
#EFDDFD
Light backgroundsTable row hoverSkeleton loading
200
E1C1
#E1C1FB
Secondary backgroundsInput backgroundsDividers
300
CA91
#CA91F8
BordersInactive statesPlaceholder text
400
AE57
#AE57F4
Disabled statesSecondary iconsMuted text
500
9627
#9627F1
Primary brand colorCTAsActive elementsLinks
600
7A0D
#7A0DD3
Hover statesFocus ringsPrimary buttons hover
700
610B
#610BA8
Active/pressed statesDark mode accentsSecondary text
800
4508
#450878
Text on light backgroundsHeadingsStrong borders
900
2C05
#2C054D
Primary textHigh emphasis contentDark headings
950
1C03
#1C0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FE;
  --indigo-100: #EFDDFD;
  --indigo-200: #E1C1FB;
  --indigo-300: #CA91F8;
  --indigo-400: #AE57F4;
  --indigo-500: #9627F1;
  --indigo-600: #7A0DD3;
  --indigo-700: #610BA8;
  --indigo-800: #450878;
  --indigo-900: #2C054D;
  --indigo-950: #1C0330;
}
Generate More ShadesCreate PaletteConvert Color