Indigo
#5B08D9
PurpleColor Codes
All color formats for development
HEX
#5B08D9RGB
rgb(91, 8, 217)HSL
hsl(264, 93%, 44%)OKLCH
oklch(0.454 0.257 287.2)CMYK
cmyk(58%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5207C3
2#4906AD
3#400598
4#370582
5#2E046C
6#250357
7#1B0241
8#12022B
9#090116
Tints
Lighter variations
1#6709F4
2#7823F7
3#883EF8
4#995AF9
5#AA75FA
6#BB91FB
7#CCACFC
8#DDC8FD
9#EEE3FE
Tones
Muted variations
1#5D12CE
2#601DC4
3#6227B9
4#6432AF
5#663CA4
6#68469A
7#6A5190
8#6C5B85
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 #D8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B98E #B98EFB | BordersInactive statesPlaceholder text |
| 400 | 9553 #9553F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7722 #7722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B08 #5B08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4906 #4906AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3404 #34047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2103 #21034F | 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: #D8BFFD;
--indigo-300: #B98EFB;
--indigo-400: #9553F9;
--indigo-500: #7722F7;
--indigo-600: #5B08D9;
--indigo-700: #4906AC;
--indigo-800: #34047B;
--indigo-900: #21034F;
--indigo-950: #150231;
}