Indigo
#370849
PurpleColor Codes
All color formats for development
HEX
#370849RGB
rgb(55, 8, 73)HSL
hsl(283, 80%, 16%)OKLCH
oklch(0.26 0.114 314.1)CMYK
cmyk(25%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#310742
2#2C073B
3#260633
4#21052C
5#1B0425
6#16031D
7#100216
8#0B020F
9#050107
Tints
Lighter variations
1#540C70
2#711197
3#8D15BD
4#AA19E4
5#B93EEA
6#C765EE
7#D58BF2
8#E3B2F6
9#F1D8FB
Tones
Muted variations
1#360B46
2#340F43
3#331240
4#31153C
5#301839
6#2E1C36
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 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C3 #E9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D995 #D995F3 | BordersInactive statesPlaceholder text |
| 400 | C55E #C55EED | Disabled statesSecondary iconsMuted text |
| 500 | B430 #B430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9716 #9716CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7812 #7812A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 560D #560D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3708 #370849 | 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: #E9C3F8;
--indigo-300: #D995F3;
--indigo-400: #C55EED;
--indigo-500: #B430E8;
--indigo-600: #9716CA;
--indigo-700: #7812A1;
--indigo-800: #560D73;
--indigo-900: #370849;
--indigo-950: #22052E;
}