Indigo
#5809D7
PurpleColor Codes
All color formats for development
HEX
#5809D7RGB
rgb(88, 9, 215)HSL
hsl(263, 92%, 44%)OKLCH
oklch(0.449 0.255 286.4)CMYK
cmyk(59%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F08C2
2#4607AC
3#3E0697
4#350581
5#2C046C
6#230456
7#1A0341
8#12022B
9#090116
Tints
Lighter variations
1#630AF3
2#7424F6
3#863FF7
4#975AF8
5#A876F9
6#BA91FA
7#CBADFC
8#DCC8FD
9#EEE4FE
Tones
Muted variations
1#5B13CD
2#5D1EC3
3#5F28B8
4#6232AE
5#643DA4
6#674799
7#69518F
8#6B5C85
9#6E667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BF #D7BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B88E #B88EFA | BordersInactive statesPlaceholder text |
| 400 | 9354 #9354F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7423 #7423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5809 #5809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4607 #4607AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3205 #32057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2003 #20034E | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FE;
--indigo-100: #E9DDFE;
--indigo-200: #D7BFFC;
--indigo-300: #B88EFA;
--indigo-400: #9354F8;
--indigo-500: #7423F6;
--indigo-600: #5809D7;
--indigo-700: #4607AB;
--indigo-800: #32057A;
--indigo-900: #20034E;
--indigo-950: #140231;
}