Indigo
#581FC1
PurpleColor Codes
All color formats for development
HEX
#581FC1RGB
rgb(88, 31, 193)HSL
hsl(261, 72%, 44%)OKLCH
oklch(0.438 0.224 289.3)CMYK
cmyk(54%, 84%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F1CAE
2#46199A
3#3E1687
4#351374
5#2C1060
6#230D4D
7#1A093A
8#120627
9#090313
Tints
Lighter variations
1#6323DA
2#743BDF
3#8553E3
4#976CE7
5#A884EB
6#BA9DEF
7#CBB5F3
8#DCCEF7
9#EEE6FB
Tones
Muted variations
1#5A27B9
2#5D30B1
3#5F38A9
4#6240A1
5#644899
6#675091
7#695888
8#6B6080
9#6E6878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C6 #D7C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B89A #B89AEF | BordersInactive statesPlaceholder text |
| 400 | 9265 #9265E6 | Disabled statesSecondary iconsMuted text |
| 500 | 733A #733ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 581F #581FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4619 #46199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3212 #32126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 200B #200B46 | Primary textHigh emphasis contentDark headings |
| 950 | 1407 #14072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F2FD;
--indigo-100: #E9E0FA;
--indigo-200: #D7C6F6;
--indigo-300: #B89AEF;
--indigo-400: #9265E6;
--indigo-500: #733ADF;
--indigo-600: #581FC1;
--indigo-700: #46199A;
--indigo-800: #32126E;
--indigo-900: #200B46;
--indigo-950: #14072C;
}