Indigo
#360878
PurpleColor Codes
All color formats for development
HEX
#360878RGB
rgb(54, 8, 120)HSL
hsl(265, 88%, 25%)OKLCH
oklch(0.306 0.163 291.4)CMYK
cmyk(55%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31076C
2#2C0660
3#260554
4#210548
5#1B043C
6#160330
7#100224
8#0B0218
9#05010C
Tints
Lighter variations
1#470A9C
2#570CC0
3#670FE4
4#7B27F1
5#914BF4
6#A76FF6
7#BD93F8
8#D3B7FA
9#E9DBFD
Tones
Muted variations
1#370D72
2#38136D
3#391867
4#3A1E61
5#3B245C
6#3C2956
7#3D2F51
8#3E354B
9#3F3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C1 #D9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BC91 #BC91F8 | BordersInactive statesPlaceholder text |
| 400 | 9957 #9957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7B27 #7B27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 600D #600DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C0B #4C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3608 #360878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2305 #23054D | Primary textHigh emphasis contentDark headings |
| 950 | 1603 #160330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EBDDFD;
--indigo-200: #D9C1FB;
--indigo-300: #BC91F8;
--indigo-400: #9957F4;
--indigo-500: #7B27F1;
--indigo-600: #600DD3;
--indigo-700: #4C0BA8;
--indigo-800: #360878;
--indigo-900: #23054D;
--indigo-950: #160330;
}