Indigo
#360849
PurpleColor Codes
All color formats for development
HEX
#360849RGB
rgb(54, 8, 73)HSL
hsl(282, 80%, 16%)OKLCH
oklch(0.258 0.114 313.2)CMYK
cmyk(26%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#300742
2#2B073B
3#260633
4#20052C
5#1B0425
6#16031D
7#100216
8#0B020F
9#050107
Tints
Lighter variations
1#520C70
2#6E1197
3#8B15BD
4#A719E4
5#B63EEA
6#C565EE
7#D38BF2
8#E2B2F6
9#F0D8FB
Tones
Muted variations
1#350B46
2#330F43
3#321240
4#31153C
5#2F1839
6#2E1C36
7#2D1F33
8#2B222F
9#2A262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C3 #E8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D795 #D795F3 | BordersInactive statesPlaceholder text |
| 400 | C25E #C25EED | Disabled statesSecondary iconsMuted text |
| 500 | B130 #B130E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9416 #9416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7612 #7612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 540D #540D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3608 #360849 | Primary textHigh emphasis contentDark headings |
| 950 | 2205 #22052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FD;
--indigo-100: #F3DFFB;
--indigo-200: #E8C3F8;
--indigo-300: #D795F3;
--indigo-400: #C25EED;
--indigo-500: #B130E8;
--indigo-600: #9416CA;
--indigo-700: #7612A1;
--indigo-800: #540D73;
--indigo-900: #360849;
--indigo-950: #22052E;
}