Indigo

#2E0A75

Purple

Color Codes

All color formats for development

HEX
#2E0A75
RGB
rgb(46, 10, 117)
HSL
hsl(260, 84%, 25%)
OKLCH
oklch(0.295 0.158 286.8)
CMYK
cmyk(61%, 91%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

14.83: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
#F5F1
100
#E8DE
200
#D5C2
300
#B493
400
#8D5B
500
#6C2C
600
#5112
700
#400E
800
#2E0A
900
#1D07
950
#1204

Shades

Darker variations

1#29096A
2#25085E
3#200752
4#1C0646
5#17053B
6#12042F
7#0E0323
8#090217
9#05010C

Tints

Lighter variations

1#3C0D98
2#4910BC
3#5713DF
4#6C2CED
5#854FF0
6#9D72F3
7#B695F6
8#CEB9F9
9#E7DCFC

Tones

Muted variations

1#301070
2#31156B
3#331A65
4#352060
5#37255B
6#392A55
7#3A3050
8#3C354A
9#3E3A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E8DE
#E8DEFC
Light backgroundsTable row hoverSkeleton loading
200
D5C2
#D5C2FA
Secondary backgroundsInput backgroundsDividers
300
B493
#B493F6
BordersInactive statesPlaceholder text
400
8D5B
#8D5BF1
Disabled statesSecondary iconsMuted text
500
6C2C
#6C2CED
Primary brand colorCTAsActive elementsLinks
600
5112
#5112CE
Hover statesFocus ringsPrimary buttons hover
700
400E
#400EA4
Active/pressed statesDark mode accentsSecondary text
800
2E0A
#2E0A75
Text on light backgroundsHeadingsStrong borders
900
1D07
#1D074B
Primary textHigh emphasis contentDark headings
950
1204
#12042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F5F1FE;
  --indigo-100: #E8DEFC;
  --indigo-200: #D5C2FA;
  --indigo-300: #B493F6;
  --indigo-400: #8D5BF1;
  --indigo-500: #6C2CED;
  --indigo-600: #5112CE;
  --indigo-700: #400EA4;
  --indigo-800: #2E0A75;
  --indigo-900: #1D074B;
  --indigo-950: #12042F;
}
Generate More ShadesCreate PaletteConvert Color