Indigo
#36149F
PurpleColor Codes
All color formats for development
HEX
#36149FRGB
rgb(54, 20, 159)HSL
hsl(255, 78%, 35%)OKLCH
oklch(0.36 0.198 281)CMYK
cmyk(66%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31128F
2#2C107F
3#260E6F
4#210C5F
5#1B0A4F
6#160840
7#100630
8#0B0420
9#050210
Tints
Lighter variations
1#4117BC
2#4B1BDA
3#5E30E5
4#754EE9
5#8C6BED
6#A389F0
7#BAA6F4
8#D1C4F8
9#E8E1FB
Tones
Muted variations
1#3A1B98
2#3D2291
3#41298A
4#442F83
5#48367C
6#4B3D75
7#4F446E
8#524B67
9#565260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C4 #D1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD97 #AD97F2 | BordersInactive statesPlaceholder text |
| 400 | 8360 #8360EB | Disabled statesSecondary iconsMuted text |
| 500 | 5F33 #5F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4419 #4419C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3614 #36149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 270E #270E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1909 #190949 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FD;
--indigo-100: #E6DFFB;
--indigo-200: #D1C4F8;
--indigo-300: #AD97F2;
--indigo-400: #8360EB;
--indigo-500: #5F33E6;
--indigo-600: #4419C8;
--indigo-700: #36149F;
--indigo-800: #270E71;
--indigo-900: #190949;
--indigo-950: #10062D;
}