Indigo
#46199A
PurpleColor Codes
All color formats for development
HEX
#46199ARGB
rgb(70, 25, 154)HSL
hsl(261, 72%, 35%)OKLCH
oklch(0.374 0.187 289.7)CMYK
cmyk(55%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F168A
2#38147B
3#31116B
4#2A0F5C
5#230C4D
6#1C0A3D
7#15072E
8#0E051F
9#07020F
Tints
Lighter variations
1#531EB6
2#6022D3
3#7237DF
4#8654E3
5#9A70E8
6#AE8DEC
7#C3A9F1
8#D7C6F6
9#EBE2FA
Tones
Muted variations
1#481F93
2#4A268D
3#4C2C86
4#4E3380
5#503979
6#524073
7#53466D
8#554C66
9#575360
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;
}