Indigo
#5018C9
PurpleColor Codes
All color formats for development
HEX
#5018C9RGB
rgb(80, 24, 201)HSL
hsl(259, 79%, 44%)OKLCH
oklch(0.433 0.237 285)CMYK
cmyk(60%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4815B5
2#4013A1
3#38108D
4#300E79
5#280C64
6#200950
7#18073C
8#100528
9#080214
Tints
Lighter variations
1#5A1BE2
2#6C33E7
3#7E4CEA
4#9166ED
5#A37FF0
6#B599F3
7#C8B2F6
8#DACCF9
9#EDE5FC
Tones
Muted variations
1#5320C0
2#5629B7
3#5932AE
4#5D3BA5
5#60449D
6#634D94
7#66568B
8#6A5E82
9#6D6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C4 #D4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B396 #B396F3 | BordersInactive statesPlaceholder text |
| 400 | 8C5F #8C5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 6B32 #6B32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5018 #5018C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F13 #3F13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D0D #2D0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D09 #1D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1205 #12052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E8DFFB;
--indigo-200: #D4C4F8;
--indigo-300: #B396F3;
--indigo-400: #8C5FEC;
--indigo-500: #6B32E7;
--indigo-600: #5018C9;
--indigo-700: #3F13A0;
--indigo-800: #2D0D72;
--indigo-900: #1D0949;
--indigo-950: #12052E;
}