Indigo
#5B06DB
PurpleColor Codes
All color formats for development
HEX
#5B06DBRGB
rgb(91, 6, 219)HSL
hsl(264, 95%, 44%)OKLCH
oklch(0.455 0.26 286.9)CMYK
cmyk(58%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5205C5
2#4904AF
3#400499
4#370383
5#2D036D
6#240258
7#1B0242
8#12012C
9#090116
Tints
Lighter variations
1#6606F7
2#7720F9
3#883CFA
4#9958FB
5#AA74FB
6#BB90FC
7#CCABFD
8#DDC7FE
9#EEE3FE
Tones
Muted variations
1#5D10D0
2#5F1BC5
3#6126BB
4#6330B0
5#663BA5
6#68469B
7#6A5090
8#6C5B86
9#6E667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BE #D8BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B98D #B98DFC | BordersInactive statesPlaceholder text |
| 400 | 9551 #9551FB | Disabled statesSecondary iconsMuted text |
| 500 | 761F #761FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B06 #5B06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4804 #4804AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3403 #34037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2102 #210250 | Primary textHigh emphasis contentDark headings |
| 950 | 1501 #150132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EADCFE;
--indigo-200: #D8BEFD;
--indigo-300: #B98DFC;
--indigo-400: #9551FB;
--indigo-500: #761FF9;
--indigo-600: #5B06DB;
--indigo-700: #4804AE;
--indigo-800: #34037C;
--indigo-900: #210250;
--indigo-950: #150132;
}