Indigo
#4D0877
PurpleColor Codes
All color formats for development
HEX
#4D0877RGB
rgb(77, 8, 119)HSL
hsl(277, 87%, 25%)OKLCH
oklch(0.336 0.165 306.5)CMYK
cmyk(35%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45076B
2#3D075F
3#360653
4#2E0548
5#26043C
6#1F0330
7#170224
8#0F0218
9#08010C
Tints
Lighter variations
1#640B9B
2#7B0DBF
3#9210E3
4#A428F0
5#B34CF3
6#C270F5
7#D194F8
8#E1B7FA
9#F0DBFD
Tones
Muted variations
1#4B0E72
2#4A136C
3#491967
4#481E61
5#46245B
6#452A56
7#442F50
8#42354B
9#413A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C1 #E5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D091 #D091F7 | BordersInactive statesPlaceholder text |
| 400 | B858 #B858F3 | Disabled statesSecondary iconsMuted text |
| 500 | A428 #A428F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 870F #870FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B0C #6B0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D08 #4D0877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3105 #31054C | Primary textHigh emphasis contentDark headings |
| 950 | 1F03 #1F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F1DEFD;
--indigo-200: #E5C1FB;
--indigo-300: #D091F7;
--indigo-400: #B858F3;
--indigo-500: #A428F0;
--indigo-600: #870FD2;
--indigo-700: #6B0CA7;
--indigo-800: #4D0877;
--indigo-900: #31054C;
--indigo-950: #1F0330;
}