Indigo
#3B13A0
PurpleColor Codes
All color formats for development
HEX
#3B13A0RGB
rgb(59, 19, 160)HSL
hsl(257, 79%, 35%)OKLCH
oklch(0.364 0.199 283.3)CMYK
cmyk(63%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#351190
2#2F0F80
3#290D70
4#230B60
5#1D0950
6#170740
7#120630
8#0C0420
9#060210
Tints
Lighter variations
1#4616BD
2#501ADB
3#632FE7
4#7A4DEA
5#906BEE
6#A688F1
7#BCA6F5
8#D3C4F8
9#E9E1FC
Tones
Muted variations
1#3E1A99
2#412192
3#44288B
4#472F84
5#4A367D
6#4D3D75
7#50446E
8#534B67
9#565260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C4 #D3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B096 #B096F3 | BordersInactive statesPlaceholder text |
| 400 | 875F #875FEC | Disabled statesSecondary iconsMuted text |
| 500 | 6532 #6532E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A18 #4A18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B13 #3B13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0D #2A0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B09 #1B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1105 #11052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E7DFFB;
--indigo-200: #D3C4F8;
--indigo-300: #B096F3;
--indigo-400: #875FEC;
--indigo-500: #6532E7;
--indigo-600: #4A18C9;
--indigo-700: #3B13A0;
--indigo-800: #2A0D72;
--indigo-900: #1B0949;
--indigo-950: #11052E;
}