Indigo
#31074A
PurpleColor Codes
All color formats for development
HEX
#31074ARGB
rgb(49, 7, 74)HSL
hsl(278, 83%, 16%)OKLCH
oklch(0.25 0.114 308.3)CMYK
cmyk(34%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0643
2#28063C
3#230534
4#1E042D
5#190325
6#14031E
7#0F0216
8#0A010F
9#050107
Tints
Lighter variations
1#4C0B72
2#660E99
3#8012C0
4#9A16E7
5#AC3BED
6#BC62F0
7#CD89F4
8#DEB1F8
9#EED8FB
Tones
Muted variations
1#310A47
2#300E44
3#2F1141
4#2E143D
5#2D183A
6#2C1B36
7#2C1F33
8#2B2230
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 | E5C2 #E5C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D194 #D194F5 | BordersInactive statesPlaceholder text |
| 400 | BA5C #BA5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | A62D #A62DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8913 #8913CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D0F #6D0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0B #4E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3207 #32074B | Primary textHigh emphasis contentDark headings |
| 950 | 1F04 #1F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F1DEFC;
--indigo-200: #E5C2F9;
--indigo-300: #D194F5;
--indigo-400: #BA5CF0;
--indigo-500: #A62DEB;
--indigo-600: #8913CD;
--indigo-700: #6D0FA3;
--indigo-800: #4E0B75;
--indigo-900: #32074B;
--indigo-950: #1F042F;
}