Indigo

#27067A

Purple

Color Codes

All color formats for development

HEX
#27067A
RGB
rgb(39, 6, 122)
HSL
hsl(257, 91%, 25%)
OKLCH
oklch(0.291 0.167 281.3)
CMYK
cmyk(68%, 95%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

15.07:1

AA AAA

On Black Background

1.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E6DD
200
#D1C0
300
#AD8F
400
#8355
500
#5F24
600
#440A
700
#3608
800
#2706
900
#1904
950
#0F02

Shades

Darker variations

1#23056E
2#1F0561
3#1B0455
4#170349
5#13033D
6#0F0231
7#0C0225
8#080118
9#04010C

Tints

Lighter variations

1#32079E
2#3E09C3
3#490BE7
4#5F24F5
5#7A48F6
6#946DF8
7#AF91FA
8#CAB6FC
9#E4DAFD

Tones

Muted variations

1#290C74
2#2C116E
3#2E1768
4#311D63
5#33235D
6#362957
7#382E51
8#3B344B
9#3D3A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E6DD
#E6DDFD
Light backgroundsTable row hoverSkeleton loading
200
D1C0
#D1C0FC
Secondary backgroundsInput backgroundsDividers
300
AD8F
#AD8FFA
BordersInactive statesPlaceholder text
400
8355
#8355F7
Disabled statesSecondary iconsMuted text
500
5F24
#5F24F5
Primary brand colorCTAsActive elementsLinks
600
440A
#440AD6
Hover statesFocus ringsPrimary buttons hover
700
3608
#3608AA
Active/pressed statesDark mode accentsSecondary text
800
2706
#27067A
Text on light backgroundsHeadingsStrong borders
900
1904
#19044E
Primary textHigh emphasis contentDark headings
950
0F02
#0F0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F0FE;
  --indigo-100: #E6DDFD;
  --indigo-200: #D1C0FC;
  --indigo-300: #AD8FFA;
  --indigo-400: #8355F7;
  --indigo-500: #5F24F5;
  --indigo-600: #440AD6;
  --indigo-700: #3608AA;
  --indigo-800: #27067A;
  --indigo-900: #19044E;
  --indigo-950: #0F0231;
}
Generate More ShadesCreate PaletteConvert Color