Indigo

#2E0250

Purple

Color Codes

All color formats for development

HEX
#2E0250
RGB
rgb(46, 2, 80)
HSL
hsl(274, 95%, 16%)
OKLCH
oklch(0.246 0.125 303)
CMYK
cmyk(42%, 98%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

16.93: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
#EFDC
200
#E2BE
300
#CC8D
400
#B151
500
#9B1F
600
#7E06
700
#6504
800
#4803
900
#2E02
950
#1D01

Shades

Darker variations

1#290248
2#250240
3#200138
4#1C0130
5#170128
6#120120
7#0E0118
8#090010
9#050008

Tints

Lighter variations

1#460379
2#5E04A3
3#7605CD
4#8F06F7
5#A12EFA
6#B458FB
7#C782FC
8#DAABFD
9#ECD5FE

Tones

Muted variations

1#2D064C
2#2D0A48
3#2C0E44
4#2C1240
5#2B153C
6#2B1938
7#2A1D34
8#2A2131
9#29252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EFDC
#EFDCFE
Light backgroundsTable row hoverSkeleton loading
200
E2BE
#E2BEFD
Secondary backgroundsInput backgroundsDividers
300
CC8D
#CC8DFC
BordersInactive statesPlaceholder text
400
B151
#B151FB
Disabled statesSecondary iconsMuted text
500
9B1F
#9B1FF9
Primary brand colorCTAsActive elementsLinks
600
7E06
#7E06DB
Hover statesFocus ringsPrimary buttons hover
700
6504
#6504AE
Active/pressed statesDark mode accentsSecondary text
800
4803
#48037C
Text on light backgroundsHeadingsStrong borders
900
2E02
#2E0250
Primary textHigh emphasis contentDark headings
950
1D01
#1D0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F0FF;
  --indigo-100: #EFDCFE;
  --indigo-200: #E2BEFD;
  --indigo-300: #CC8DFC;
  --indigo-400: #B151FB;
  --indigo-500: #9B1FF9;
  --indigo-600: #7E06DB;
  --indigo-700: #6504AE;
  --indigo-800: #48037C;
  --indigo-900: #2E0250;
  --indigo-950: #1D0132;
}
Generate More ShadesCreate PaletteConvert Color