Indigo
#510B74
PurpleColor Codes
All color formats for development
HEX
#510B74RGB
rgb(81, 11, 116)HSL
hsl(280, 83%, 25%)OKLCH
oklch(0.341 0.161 309.9)CMYK
cmyk(30%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490A69
2#41095D
3#390852
4#310746
5#29053A
6#21042F
7#180323
8#100217
9#08010C
Tints
Lighter variations
1#6A0E98
2#8211BB
3#9B15DE
4#AC2DEB
5#BA50EF
6#C873F2
7#D596F5
8#E3B9F8
9#F1DCFC
Tones
Muted variations
1#50106F
2#4E156A
3#4C1B65
4#4A205F
5#49255A
6#472B55
7#453050
8#43354A
9#423A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DE #F2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C2 #E7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D594 #D594F5 | BordersInactive statesPlaceholder text |
| 400 | BE5C #BE5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | AC2D #AC2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8F13 #8F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 720F #720FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 510B #510B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3407 #34074B | Primary textHigh emphasis contentDark headings |
| 950 | 2104 #21042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F2DEFC;
--indigo-200: #E7C2F9;
--indigo-300: #D594F5;
--indigo-400: #BE5CF0;
--indigo-500: #AC2DEB;
--indigo-600: #8F13CD;
--indigo-700: #720FA3;
--indigo-800: #510B75;
--indigo-900: #34074B;
--indigo-950: #21042F;
}