Indigo
#5C09D7
PurpleColor Codes
All color formats for development
HEX
#5C09D7RGB
rgb(92, 9, 215)HSL
hsl(264, 92%, 44%)OKLCH
oklch(0.453 0.255 287.9)CMYK
cmyk(57%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5208C2
2#4907AC
3#400697
4#370581
5#2E046C
6#250456
7#1B0341
8#12022B
9#090116
Tints
Lighter variations
1#670AF3
2#7824F6
3#893FF7
4#9A5AF8
5#AA76F9
6#BB91FA
7#CCADFC
8#DDC8FD
9#EEE4FE
Tones
Muted variations
1#5E13CD
2#601EC3
3#6228B8
4#6432AE
5#663DA4
6#684799
7#6A518F
8#6C5C85
9#6E667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BF #D8BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | BA8E #BA8EFA | BordersInactive statesPlaceholder text |
| 400 | 9554 #9554F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7723 #7723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C09 #5C09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4907 #4907AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3405 #34057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2103 #21034E | Primary textHigh emphasis contentDark headings |
| 950 | 1502 #150231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FE;
--indigo-100: #EADDFE;
--indigo-200: #D8BFFC;
--indigo-300: #BA8EFA;
--indigo-400: #9554F8;
--indigo-500: #7723F6;
--indigo-600: #5C09D7;
--indigo-700: #4907AB;
--indigo-800: #34057A;
--indigo-900: #21034E;
--indigo-950: #150231;
}