Indigo

#2E074B

Purple

Color Codes

All color formats for development

HEX
#2E074B
RGB
rgb(46, 7, 75)
HSL
hsl(274, 83%, 16%)
OKLCH
oklch(0.246 0.114 304.9)
CMYK
cmyk(39%, 91%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

16.82:1

AA AAA

On Black Background

1.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EFDE
200
#E2C2
300
#CB94
400
#B05C
500
#992D
600
#7D13
700
#630F
800
#470B
900
#2D07
950
#1C04

Shades

Darker variations

1#290643
2#24063C
3#200534
4#1B042D
5#170325
6#12031E
7#0E0216
8#09010F
9#050107

Tints

Lighter variations

1#450B72
2#5D0E99
3#7512C0
4#8C16E7
5#A03BED
6#B362F0
7#C689F4
8#D9B1F8
9#ECD8FB

Tones

Muted variations

1#2D0A47
2#2C0E44
3#2C1141
4#2C143D
5#2B183A
6#2B1B36
7#2A1F33
8#2A2230
9#29252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EFDE
#EFDEFC
Light backgroundsTable row hoverSkeleton loading
200
E2C2
#E2C2F9
Secondary backgroundsInput backgroundsDividers
300
CB94
#CB94F5
BordersInactive statesPlaceholder text
400
B05C
#B05CF0
Disabled statesSecondary iconsMuted text
500
992D
#992DEB
Primary brand colorCTAsActive elementsLinks
600
7D13
#7D13CD
Hover statesFocus ringsPrimary buttons hover
700
630F
#630FA3
Active/pressed statesDark mode accentsSecondary text
800
470B
#470B75
Text on light backgroundsHeadingsStrong borders
900
2D07
#2D074B
Primary textHigh emphasis contentDark headings
950
1C04
#1C042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F1FE;
  --indigo-100: #EFDEFC;
  --indigo-200: #E2C2F9;
  --indigo-300: #CB94F5;
  --indigo-400: #B05CF0;
  --indigo-500: #992DEB;
  --indigo-600: #7D13CD;
  --indigo-700: #630FA3;
  --indigo-800: #470B75;
  --indigo-900: #2D074B;
  --indigo-950: #1C042F;
}
Generate More ShadesCreate PaletteConvert Color