Indigo

#2A044E

Purple

Color Codes

All color formats for development

HEX
#2A044E
RGB
rgb(42, 4, 78)
HSL
hsl(271, 90%, 16%)
OKLCH
oklch(0.24 0.12 300.1)
CMYK
cmyk(46%, 95%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

17.13:1

AA AAA

On Black Background

1.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EEDD
200
#DFC0
300
#C690
400
#A855
500
#9025
600
#740B
700
#5C09
800
#4206
900
#2A04
950
#1A03

Shades

Darker variations

1#260446
2#22033E
3#1D0336
4#19022F
5#150227
6#11021F
7#0D0117
8#080110
9#040008

Tints

Lighter variations

1#400676
2#56089F
3#6C0BC8
4#820DF0
5#9734F4
6#AC5CF6
7#C185F9
8#D5AEFB
9#EAD6FD

Tones

Muted variations

1#2A084A
2#2A0B46
3#2A0F43
4#2A133F
5#29163B
6#291A37
7#291E34
8#292130
9#29252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FE
BackgroundsSubtle highlightsCard backgrounds
100
EEDD
#EEDDFD
Light backgroundsTable row hoverSkeleton loading
200
DFC0
#DFC0FC
Secondary backgroundsInput backgroundsDividers
300
C690
#C690F9
BordersInactive statesPlaceholder text
400
A855
#A855F6
Disabled statesSecondary iconsMuted text
500
9025
#9025F4
Primary brand colorCTAsActive elementsLinks
600
740B
#740BD5
Hover statesFocus ringsPrimary buttons hover
700
5C09
#5C09AA
Active/pressed statesDark mode accentsSecondary text
800
4206
#420679
Text on light backgroundsHeadingsStrong borders
900
2A04
#2A044E
Primary textHigh emphasis contentDark headings
950
1A03
#1A0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F0FE;
  --indigo-100: #EEDDFD;
  --indigo-200: #DFC0FC;
  --indigo-300: #C690F9;
  --indigo-400: #A855F6;
  --indigo-500: #9025F4;
  --indigo-600: #740BD5;
  --indigo-700: #5C09AA;
  --indigo-800: #420679;
  --indigo-900: #2A044E;
  --indigo-950: #1A0330;
}
Generate More ShadesCreate PaletteConvert Color