Indigo

#2D034F

Purple

Color Codes

All color formats for development

HEX
#2D034F
RGB
rgb(45, 3, 79)
HSL
hsl(273, 93%, 16%)
OKLCH
oklch(0.245 0.123 302.5)
CMYK
cmyk(43%, 96%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

16.97: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
#F8F0
100
#EFDD
200
#E1BF
300
#CA8E
400
#AE53
500
#9722
600
#7B08
700
#6206
800
#4604
900
#2D03
950
#1C02

Shades

Darker variations

1#280347
2#24023F
3#1F0237
4#1B022F
5#160127
6#12011F
7#0D0118
8#090110
9#040008

Tints

Lighter variations

1#440478
2#5B06A1
3#7307CB
4#8A09F4
5#9E30F8
6#B15AF9
7#C583FB
8#D8ACFC
9#ECD6FE

Tones

Muted variations

1#2C074B
2#2C0A47
3#2B0E43
4#2B1240
5#2B163C
6#2A1A38
7#2A1D34
8#2A2130
9#29252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FE
BackgroundsSubtle highlightsCard backgrounds
100
EFDD
#EFDDFE
Light backgroundsTable row hoverSkeleton loading
200
E1BF
#E1BFFD
Secondary backgroundsInput backgroundsDividers
300
CA8E
#CA8EFB
BordersInactive statesPlaceholder text
400
AE53
#AE53F9
Disabled statesSecondary iconsMuted text
500
9722
#9722F7
Primary brand colorCTAsActive elementsLinks
600
7B08
#7B08D9
Hover statesFocus ringsPrimary buttons hover
700
6206
#6206AC
Active/pressed statesDark mode accentsSecondary text
800
4604
#46047B
Text on light backgroundsHeadingsStrong borders
900
2D03
#2D034F
Primary textHigh emphasis contentDark headings
950
1C02
#1C0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F0FE;
  --indigo-100: #EFDDFE;
  --indigo-200: #E1BFFD;
  --indigo-300: #CA8EFB;
  --indigo-400: #AE53F9;
  --indigo-500: #9722F7;
  --indigo-600: #7B08D9;
  --indigo-700: #6206AC;
  --indigo-800: #46047B;
  --indigo-900: #2D034F;
  --indigo-950: #1C0231;
}
Generate More ShadesCreate PaletteConvert Color