Indigo
#5C0BD5
PurpleColor Codes
All color formats for development
HEX
#5C0BD5RGB
rgb(92, 11, 213)HSL
hsl(264, 90%, 44%)OKLCH
oklch(0.452 0.253 288.3)CMYK
cmyk(57%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#530AC0
2#4A09AB
3#400895
4#370780
5#2E066B
6#250455
7#1C0340
8#12022B
9#090115
Tints
Lighter variations
1#680DF0
2#7826F4
3#8941F5
4#9A5CF6
5#AB77F8
6#BC92F9
7#CCAEFB
8#DDC9FC
9#EEE4FE
Tones
Muted variations
1#5E15CB
2#601FC1
3#622AB7
4#6434AD
5#663EA3
6#684899
7#6A528E
8#6C5C84
9#6E667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C0 #D8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BA90 #BA90F9 | BordersInactive statesPlaceholder text |
| 400 | 9655 #9655F6 | Disabled statesSecondary iconsMuted text |
| 500 | 7825 #7825F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0B #5C0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4909 #4909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3406 #340679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2104 #21044E | Primary textHigh emphasis contentDark headings |
| 950 | 1503 #150330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FE;
--indigo-100: #EADDFD;
--indigo-200: #D8C0FC;
--indigo-300: #BA90F9;
--indigo-400: #9655F6;
--indigo-500: #7825F4;
--indigo-600: #5C0BD5;
--indigo-700: #4909AA;
--indigo-800: #340679;
--indigo-900: #21044E;
--indigo-950: #150330;
}