Indigo
#5B16CA
PurpleColor Codes
All color formats for development
HEX
#5B16CARGB
rgb(91, 22, 202)HSL
hsl(263, 80%, 44%)OKLCH
oklch(0.444 0.238 289.5)CMYK
cmyk(55%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5214B6
2#4912A2
3#40108D
4#370D79
5#2E0B65
6#250951
7#1B073D
8#120428
9#090214
Tints
Lighter variations
1#6719E4
2#7731E8
3#884BEB
4#9965EE
5#AA7EF1
6#BB98F4
7#CCB2F6
8#DDCCF9
9#EEE5FC
Tones
Muted variations
1#5D1FC1
2#5F28B8
3#6231AF
4#643AA6
5#66439D
6#684C94
7#6A558B
8#6C5E82
9#6E6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C3 #D8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B995 #B995F3 | BordersInactive statesPlaceholder text |
| 400 | 955E #955EED | Disabled statesSecondary iconsMuted text |
| 500 | 7730 #7730E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B16 #5B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4912 #4912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340D #340D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2108 #210849 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #EADFFB;
--indigo-200: #D8C3F8;
--indigo-300: #B995F3;
--indigo-400: #955EED;
--indigo-500: #7730E8;
--indigo-600: #5B16CA;
--indigo-700: #4912A1;
--indigo-800: #340D73;
--indigo-900: #210849;
--indigo-950: #15052E;
}