Indigo

#30074B

Purple

Color Codes

All color formats for development

HEX
#30074B
RGB
rgb(48, 7, 75)
HSL
hsl(276, 83%, 16%)
OKLCH
oklch(0.249 0.115 306.8)
CMYK
cmyk(36%, 91%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

16.70:1

AA AAA

On Black Background

1.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F1
100
#F0DE
200
#E3C2
300
#CE94
400
#B55C
500
#9F2D
600
#8313
700
#680F
800
#4A0B
900
#3007
950
#1E04

Shades

Darker variations

1#2B0643
2#26063C
3#210534
4#1D042D
5#180325
6#13031E
7#0E0216
8#0A010F
9#050107

Tints

Lighter variations

1#490B72
2#620E99
3#7A12C0
4#9316E7
5#A63BED
6#B862F0
7#C989F4
8#DBB1F8
9#EDD8FB

Tones

Muted variations

1#2F0A47
2#2E0E44
3#2E1141
4#2D143D
5#2C183A
6#2C1B36
7#2B1F33
8#2A2230
9#29252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F1
#F9F1FE
BackgroundsSubtle highlightsCard backgrounds
100
F0DE
#F0DEFC
Light backgroundsTable row hoverSkeleton loading
200
E3C2
#E3C2F9
Secondary backgroundsInput backgroundsDividers
300
CE94
#CE94F5
BordersInactive statesPlaceholder text
400
B55C
#B55CF0
Disabled statesSecondary iconsMuted text
500
9F2D
#9F2DEB
Primary brand colorCTAsActive elementsLinks
600
8313
#8313CD
Hover statesFocus ringsPrimary buttons hover
700
680F
#680FA3
Active/pressed statesDark mode accentsSecondary text
800
4A0B
#4A0B75
Text on light backgroundsHeadingsStrong borders
900
3007
#30074B
Primary textHigh emphasis contentDark headings
950
1E04
#1E042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F9F1FE;
  --indigo-100: #F0DEFC;
  --indigo-200: #E3C2F9;
  --indigo-300: #CE94F5;
  --indigo-400: #B55CF0;
  --indigo-500: #9F2DEB;
  --indigo-600: #8313CD;
  --indigo-700: #680FA3;
  --indigo-800: #4A0B75;
  --indigo-900: #30074B;
  --indigo-950: #1E042F;
}
Generate More ShadesCreate PaletteConvert Color