Indigo
#581EC2
PurpleColor Codes
All color formats for development
HEX
#581EC2RGB
rgb(88, 30, 194)HSL
hsl(261, 73%, 44%)OKLCH
oklch(0.438 0.225 289.2)CMYK
cmyk(55%, 85%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F1BAF
2#46189B
3#3D1588
4#351274
5#2C0F61
6#230C4E
7#1A093A
8#120627
9#090313
Tints
Lighter variations
1#6322DB
2#7439E0
3#8552E4
4#976BE8
5#A883EC
6#B99CF0
7#CBB5F3
8#DCCEF7
9#EEE6FB
Tones
Muted variations
1#5A26BA
2#5D2FB2
3#5F37AA
4#613FA1
5#644799
6#664F91
7#695889
8#6B6081
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 #9265E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7338 #7338E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 581E #581EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4618 #46189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3211 #32116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 200B #200B47 | 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: #9265E7;
--indigo-500: #7338E0;
--indigo-600: #581EC2;
--indigo-700: #46189A;
--indigo-800: #32116E;
--indigo-900: #200B47;
--indigo-950: #14072C;
}