Indigo
#31074B
PurpleColor Codes
All color formats for development
HEX
#31074BRGB
rgb(49, 7, 75)HSL
hsl(277, 83%, 16%)OKLCH
oklch(0.251 0.115 307.7)CMYK
cmyk(35%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0643
2#27063C
3#220534
4#1D042D
5#180325
6#13031E
7#0F0216
8#0A010F
9#050107
Tints
Lighter variations
1#4A0B72
2#640E99
3#7D12C0
4#9716E7
5#A93BED
6#BA62F0
7#CB89F4
8#DCB1F8
9#EED8FB
Tones
Muted variations
1#300A47
2#2F0E44
3#2E1141
4#2E143D
5#2D183A
6#2C1B36
7#2B1F33
8#2A2230
9#2A252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C2 #E4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D094 #D094F5 | BordersInactive statesPlaceholder text |
| 400 | B75C #B75CF0 | Disabled statesSecondary iconsMuted text |
| 500 | A22D #A22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8613 #8613CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B0F #6B0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C0B #4C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3107 #31074B | Primary textHigh emphasis contentDark headings |
| 950 | 1E04 #1E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F1DEFC;
--indigo-200: #E4C2F9;
--indigo-300: #D094F5;
--indigo-400: #B75CF0;
--indigo-500: #A22DEB;
--indigo-600: #8613CD;
--indigo-700: #6B0FA3;
--indigo-800: #4C0B75;
--indigo-900: #31074B;
--indigo-950: #1E042F;
}