Indigo
#5618C9
PurpleColor Codes
All color formats for development
HEX
#5618C9RGB
rgb(86, 24, 201)HSL
hsl(261, 79%, 44%)OKLCH
oklch(0.439 0.236 287.5)CMYK
cmyk(57%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D15B5
2#4413A1
3#3C108D
4#330E79
5#2B0C64
6#220950
7#1A073C
8#110528
9#090214
Tints
Lighter variations
1#611BE2
2#7233E7
3#834CEA
4#9566ED
5#A77FF0
6#B899F3
7#CAB2F6
8#DCCCF9
9#EDE5FC
Tones
Muted variations
1#5820C0
2#5B29B7
3#5E32AE
4#603BA5
5#63449D
6#664D94
7#68568B
8#6B5E82
9#6E6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C4 #D6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B696 #B696F3 | BordersInactive statesPlaceholder text |
| 400 | 915F #915FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7132 #7132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5618 #5618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4413 #4413A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310D #310D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F09 #1F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #E9DFFB;
--indigo-200: #D6C4F8;
--indigo-300: #B696F3;
--indigo-400: #915FEC;
--indigo-500: #7132E7;
--indigo-600: #5618C9;
--indigo-700: #4413A0;
--indigo-800: #310D72;
--indigo-900: #1F0949;
--indigo-950: #13052E;
}