Indigo
#3F13A0
PurpleColor Codes
All color formats for development
HEX
#3F13A0RGB
rgb(63, 19, 160)HSL
hsl(259, 79%, 35%)OKLCH
oklch(0.368 0.198 285.3)CMYK
cmyk(61%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#391190
2#330F80
3#2C0D70
4#260B60
5#200950
6#190740
7#130630
8#0D0420
9#060210
Tints
Lighter variations
1#4B16BD
2#571ADB
3#692FE7
4#7F4DEA
5#946BEE
6#A988F1
7#BFA6F5
8#D4C4F8
9#EAE1FC
Tones
Muted variations
1#421A99
2#452192
3#47288B
4#4A2F84
5#4C367D
6#4F3D75
7#51446E
8#544B67
9#575260
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;
}