Indigo
#50047C
PurpleColor Codes
All color formats for development
HEX
#50047CRGB
rgb(80, 4, 124)HSL
hsl(278, 94%, 25%)OKLCH
oklch(0.342 0.172 306.5)CMYK
cmyk(35%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48036F
2#400363
3#380357
4#30024A
5#28023E
6#200231
7#180125
8#100119
9#08000C
Tints
Lighter variations
1#6805A1
2#8006C6
3#9707EB
4#A920F8
5#B745F9
6#C66BFA
7#D490FC
8#E2B5FD
9#F1DAFE
Tones
Muted variations
1#4E0A76
2#4D1070
3#4B166A
4#491C64
5#48225E
6#462858
7#452E52
8#43344C
9#413A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BF #E6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D38D #D38DFB | BordersInactive statesPlaceholder text |
| 400 | BC52 #BC52FA | Disabled statesSecondary iconsMuted text |
| 500 | A920 #A920F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C07 #8C07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7005 #7005AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5004 #50047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3302 #33024F | Primary textHigh emphasis contentDark headings |
| 950 | 2002 #200231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F2DCFE;
--indigo-200: #E6BFFD;
--indigo-300: #D38DFB;
--indigo-400: #BC52FA;
--indigo-500: #A920F8;
--indigo-600: #8C07DA;
--indigo-700: #7005AD;
--indigo-800: #50047C;
--indigo-900: #33024F;
--indigo-950: #200231;
}