Indigo

#270E71

Purple

Color Codes

All color formats for development

HEX
#270E71
RGB
rgb(39, 14, 113)
HSL
hsl(255, 78%, 25%)
OKLCH
oklch(0.287 0.152 282.7)
CMYK
cmyk(65%, 88%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

15.13: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
#F4F1
100
#E6DF
200
#D1C4
300
#AD97
400
#8360
500
#5F33
600
#4419
700
#3614
800
#270E
900
#1909
950
#1006

Shades

Darker variations

1#230D66
2#1F0B5B
3#1B0A4F
4#170844
5#130739
6#10062D
7#0C0422
8#080317
9#04010B

Tints

Lighter variations

1#331294
2#3E16B6
3#4A1BD8
4#5F33E6
5#7A55EA
6#9577EE
7#AF99F2
8#CABBF7
9#E4DDFB

Tones

Muted variations

1#29136D
2#2C1868
3#2E1D63
4#31225E
5#332759
6#362C54
7#38314F
8#3B364A
9#3D3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E6DF
#E6DFFB
Light backgroundsTable row hoverSkeleton loading
200
D1C4
#D1C4F8
Secondary backgroundsInput backgroundsDividers
300
AD97
#AD97F2
BordersInactive statesPlaceholder text
400
8360
#8360EB
Disabled statesSecondary iconsMuted text
500
5F33
#5F33E6
Primary brand colorCTAsActive elementsLinks
600
4419
#4419C8
Hover statesFocus ringsPrimary buttons hover
700
3614
#36149F
Active/pressed statesDark mode accentsSecondary text
800
270E
#270E71
Text on light backgroundsHeadingsStrong borders
900
1909
#190949
Primary textHigh emphasis contentDark headings
950
1006
#10062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F1FD;
  --indigo-100: #E6DFFB;
  --indigo-200: #D1C4F8;
  --indigo-300: #AD97F2;
  --indigo-400: #8360EB;
  --indigo-500: #5F33E6;
  --indigo-600: #4419C8;
  --indigo-700: #36149F;
  --indigo-800: #270E71;
  --indigo-900: #190949;
  --indigo-950: #10062D;
}
Generate More ShadesCreate PaletteConvert Color