Indigo

#3E0EA4

Purple

Color Codes

All color formats for development

HEX
#3E0EA4
RGB
rgb(62, 14, 164)
HSL
hsl(259, 84%, 35%)
OKLCH
oklch(0.368 0.205 284.4)
CMYK
cmyk(62%, 91%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

11.64:1

AA AAA

On Black Background

1.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E8DE
200
#D4C2
300
#B293
400
#8A5B
500
#692C
600
#4E12
700
#3E0E
800
#2C0A
900
#1C07
950
#1204

Shades

Darker variations

1#380D94
2#310B83
3#2B0A73
4#250963
5#1F0752
6#190642
7#130431
8#0C0321
9#060110

Tints

Lighter variations

1#4911C3
2#5514E1
3#672AEC
4#7D48EF
5#9367F2
6#A885F4
7#BEA4F7
8#D4C2FA
9#E9E1FC

Tones

Muted variations

1#41169D
2#431D95
3#46258E
4#492C86
5#4C347F
6#4E3B77
7#514370
8#544A68
9#575261

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
D4C2
#D4C2FA
Secondary backgroundsInput backgroundsDividers
300
B293
#B293F6
BordersInactive statesPlaceholder text
400
8A5B
#8A5BF1
Disabled statesSecondary iconsMuted text
500
692C
#692CED
Primary brand colorCTAsActive elementsLinks
600
4E12
#4E12CE
Hover statesFocus ringsPrimary buttons hover
700
3E0E
#3E0EA4
Active/pressed statesDark mode accentsSecondary text
800
2C0A
#2C0A75
Text on light backgroundsHeadingsStrong borders
900
1C07
#1C074B
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: #D4C2FA;
  --indigo-300: #B293F6;
  --indigo-400: #8A5BF1;
  --indigo-500: #692CED;
  --indigo-600: #4E12CE;
  --indigo-700: #3E0EA4;
  --indigo-800: #2C0A75;
  --indigo-900: #1C074B;
  --indigo-950: #12042F;
}
Generate More ShadesCreate PaletteConvert Color