Indigo

#30044D

Purple

Color Codes

All color formats for development

HEX
#30044D
RGB
rgb(48, 4, 77)
HSL
hsl(276, 90%, 16%)
OKLCH
oklch(0.248 0.121 306.1)
CMYK
cmyk(38%, 95%, 0%, 70%)

Accessibility

WCAG contrast compliance

On White Background

16.80: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
#F9F0
100
#F0DD
200
#E4C0
300
#CF90
400
#B655
500
#A125
600
#840B
700
#6909
800
#4B06
900
#3004
950
#1E03

Shades

Darker variations

1#2B0446
2#27033E
3#220336
4#1D022F
5#180227
6#13021F
7#0E0117
8#0A0110
9#050008

Tints

Lighter variations

1#490676
2#63089F
3#7C0BC8
4#950DF0
5#A734F4
6#B95CF6
7#CA85F9
8#DCAEFB
9#EDD6FD

Tones

Muted variations

1#2F084A
2#2F0B46
3#2E0F43
4#2D133F
5#2C163B
6#2C1A37
7#2B1E34
8#2A2130
9#2A252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FE
BackgroundsSubtle highlightsCard backgrounds
100
F0DD
#F0DDFD
Light backgroundsTable row hoverSkeleton loading
200
E4C0
#E4C0FC
Secondary backgroundsInput backgroundsDividers
300
CF90
#CF90F9
BordersInactive statesPlaceholder text
400
B655
#B655F6
Disabled statesSecondary iconsMuted text
500
A125
#A125F4
Primary brand colorCTAsActive elementsLinks
600
840B
#840BD5
Hover statesFocus ringsPrimary buttons hover
700
6909
#6909AA
Active/pressed statesDark mode accentsSecondary text
800
4B06
#4B0679
Text on light backgroundsHeadingsStrong borders
900
3004
#30044E
Primary textHigh emphasis contentDark headings
950
1E03
#1E0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F0FE;
  --indigo-100: #F0DDFD;
  --indigo-200: #E4C0FC;
  --indigo-300: #CF90F9;
  --indigo-400: #B655F6;
  --indigo-500: #A125F4;
  --indigo-600: #840BD5;
  --indigo-700: #6909AA;
  --indigo-800: #4B0679;
  --indigo-900: #30044E;
  --indigo-950: #1E0330;
}
Generate More ShadesCreate PaletteConvert Color