Indigo
#380849
PurpleColor Codes
All color formats for development
HEX
#380849RGB
rgb(56, 8, 73)HSL
hsl(284, 80%, 16%)OKLCH
oklch(0.261 0.114 315)CMYK
cmyk(23%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320742
2#2D073B
3#270633
4#22052C
5#1C0425
6#16031D
7#110216
8#0B020F
9#060107
Tints
Lighter variations
1#550C70
2#731197
3#9015BD
4#AE19E4
5#BC3EEA
6#C965EE
7#D78BF2
8#E4B2F6
9#F2D8FB
Tones
Muted variations
1#370B46
2#350F43
3#331240
4#32153C
5#301839
6#2F1C36
7#2D1F33
8#2C222F
9#2A262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC3 #EAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA95 #DA95F3 | BordersInactive statesPlaceholder text |
| 400 | C75E #C75EED | Disabled statesSecondary iconsMuted text |
| 500 | B730 #B730E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A16 #9A16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B12 #7B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 580D #580D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3808 #380849 | Primary textHigh emphasis contentDark headings |
| 950 | 2305 #23052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FD;
--indigo-100: #F4DFFB;
--indigo-200: #EAC3F8;
--indigo-300: #DA95F3;
--indigo-400: #C75EED;
--indigo-500: #B730E8;
--indigo-600: #9A16CA;
--indigo-700: #7B12A1;
--indigo-800: #580D73;
--indigo-900: #380849;
--indigo-950: #23052E;
}