Indigo
#360151
PurpleColor Codes
All color formats for development
HEX
#360151RGB
rgb(54, 1, 81)HSL
hsl(280, 98%, 16%)OKLCH
oklch(0.259 0.13 309.3)CMYK
cmyk(33%, 99%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#310149
2#2B0141
3#260139
4#200030
5#1B0028
6#160020
7#100018
8#0B0010
9#050008
Tints
Lighter variations
1#53017B
2#6F02A6
3#8B02D0
4#A803FA
5#B72BFD
6#C555FD
7#D480FE
8#E2AAFE
9#F1D5FF
Tones
Muted variations
1#35054D
2#330949
3#320D45
4#311141
5#2F153D
6#2E1939
7#2D1D35
8#2B2131
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DC #F3DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BD #E9BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D88B #D88BFE | BordersInactive statesPlaceholder text |
| 400 | C34E #C34EFD | Disabled statesSecondary iconsMuted text |
| 500 | B21C #B21CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 9502 #9502DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7602 #7602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5501 #55017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3601 #360151 | Primary textHigh emphasis contentDark headings |
| 950 | 2201 #220132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F3DCFF;
--indigo-200: #E9BDFE;
--indigo-300: #D88BFE;
--indigo-400: #C34EFD;
--indigo-500: #B21CFD;
--indigo-600: #9502DE;
--indigo-700: #7602B1;
--indigo-800: #55017E;
--indigo-900: #360151;
--indigo-950: #220132;
}