Indigo

#2D037D

Purple

Color Codes

All color formats for development

HEX
#2D037D
RGB
rgb(45, 3, 125)
HSL
hsl(261, 95%, 25%)
OKLCH
oklch(0.298 0.171 284.5)
CMYK
cmyk(64%, 98%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

14.78:1

AA AAA

On Black Background

1.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E8DC
200
#D4BE
300
#B48D
400
#8C51
500
#6C1F
600
#5006
700
#4004
800
#2E03
900
#1D02
950
#1201

Shades

Darker variations

1#290370
2#240363
3#200257
4#1B024B
5#17023E
6#120132
7#0E0125
8#090119
9#05000C

Tints

Lighter variations

1#3B04A2
2#4905C7
3#5706EC
4#6C1FF9
5#8445FA
6#9D6AFB
7#B58FFC
8#CEB4FD
9#E6DAFE

Tones

Muted variations

1#2F0976
2#310F70
3#33156A
4#351B64
5#37215E
6#382858
7#3A2E52
8#3C344C
9#3E3A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E8DC
#E8DCFE
Light backgroundsTable row hoverSkeleton loading
200
D4BE
#D4BEFD
Secondary backgroundsInput backgroundsDividers
300
B48D
#B48DFC
BordersInactive statesPlaceholder text
400
8C51
#8C51FB
Disabled statesSecondary iconsMuted text
500
6C1F
#6C1FF9
Primary brand colorCTAsActive elementsLinks
600
5006
#5006DB
Hover statesFocus ringsPrimary buttons hover
700
4004
#4004AE
Active/pressed statesDark mode accentsSecondary text
800
2E03
#2E037C
Text on light backgroundsHeadingsStrong borders
900
1D02
#1D0250
Primary textHigh emphasis contentDark headings
950
1201
#120132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F0FF;
  --indigo-100: #E8DCFE;
  --indigo-200: #D4BEFD;
  --indigo-300: #B48DFC;
  --indigo-400: #8C51FB;
  --indigo-500: #6C1FF9;
  --indigo-600: #5006DB;
  --indigo-700: #4004AE;
  --indigo-800: #2E037C;
  --indigo-900: #1D0250;
  --indigo-950: #120132;
}
Generate More ShadesCreate PaletteConvert Color