Indigo
#50027E
PurpleColor Codes
All color formats for development
HEX
#50027ERGB
rgb(80, 2, 126)HSL
hsl(278, 97%, 25%)OKLCH
oklch(0.343 0.175 305.9)CMYK
cmyk(37%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#480271
2#400264
3#380158
4#30014B
5#28013F
6#200132
7#180126
8#100019
9#08000D
Tints
Lighter variations
1#6802A3
2#8003C9
3#9804EF
4#AA1DFC
5#B843FC
6#C668FD
7#D48EFD
8#E3B4FE
9#F1D9FE
Tones
Muted variations
1#4F0877
2#4D0E71
3#4B146B
4#4A1B65
5#48215F
6#462758
7#452D52
8#43334C
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 | E6BE #E6BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D48B #D48BFD | BordersInactive statesPlaceholder text |
| 400 | BD4F #BD4FFC | Disabled statesSecondary iconsMuted text |
| 500 | AA1D #AA1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D03 #8D03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7003 #7003B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5002 #50027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3301 #330150 | Primary textHigh emphasis contentDark headings |
| 950 | 2001 #200132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F2DCFE;
--indigo-200: #E6BEFE;
--indigo-300: #D48BFD;
--indigo-400: #BD4FFC;
--indigo-500: #AA1DFC;
--indigo-600: #8D03DD;
--indigo-700: #7003B0;
--indigo-800: #50027E;
--indigo-900: #330150;
--indigo-950: #200132;
}