Indigo
#5B07DA
PurpleColor Codes
All color formats for development
HEX
#5B07DARGB
rgb(91, 7, 218)HSL
hsl(264, 94%, 44%)OKLCH
oklch(0.455 0.259 287.1)CMYK
cmyk(58%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5206C4
2#4905AE
3#400598
4#370483
5#2E036D
6#240357
7#1B0241
8#12012C
9#090116
Tints
Lighter variations
1#6708F5
2#7721F8
3#883DF9
4#9959FA
5#AA74FB
6#BB90FC
7#CCACFC
8#DDC8FD
9#EEE3FE
Tones
Muted variations
1#5D11CF
2#5F1CC5
3#6126BA
4#6431AF
5#663BA5
6#68469A
7#6A5190
8#6C5B85
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 | D8BF #D8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B98D #B98DFB | BordersInactive statesPlaceholder text |
| 400 | 9552 #9552FA | Disabled statesSecondary iconsMuted text |
| 500 | 7720 #7720F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B07 #5B07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4805 #4805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3404 #34047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2102 #21024F | 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: #F6F0FF;
--indigo-100: #EADCFE;
--indigo-200: #D8BFFD;
--indigo-300: #B98DFB;
--indigo-400: #9552FA;
--indigo-500: #7720F8;
--indigo-600: #5B07DA;
--indigo-700: #4805AD;
--indigo-800: #34047C;
--indigo-900: #21024F;
--indigo-950: #150231;
}