Indigo
#58037D
PurpleColor Codes
All color formats for development
HEX
#58037DRGB
rgb(88, 3, 125)HSL
hsl(282, 95%, 25%)OKLCH
oklch(0.355 0.176 310.7)CMYK
cmyk(30%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F0370
2#460363
3#3E0257
4#35024B
5#2C023E
6#230132
7#1A0125
8#120119
9#09000C
Tints
Lighter variations
1#7204A2
2#8D05C7
3#A706EC
4#B81FF9
5#C445FA
6#D06AFB
7#DB8FFC
8#E7B4FD
9#F3DAFE
Tones
Muted variations
1#560976
2#530F70
3#51156A
4#4E1B64
5#4C215E
6#492858
7#472E52
8#45344C
9#423A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABE #EABEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DB8D #DB8DFC | BordersInactive statesPlaceholder text |
| 400 | C851 #C851FB | Disabled statesSecondary iconsMuted text |
| 500 | B81F #B81FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B06 #9B06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B04 #7B04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5803 #58037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3802 #380250 | Primary textHigh emphasis contentDark headings |
| 950 | 2301 #230132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F4DCFE;
--indigo-200: #EABEFD;
--indigo-300: #DB8DFC;
--indigo-400: #C851FB;
--indigo-500: #B81FF9;
--indigo-600: #9B06DB;
--indigo-700: #7B04AE;
--indigo-800: #58037C;
--indigo-900: #380250;
--indigo-950: #230132;
}