Indigo
#36047B
PurpleColor Codes
All color formats for development
HEX
#36047BRGB
rgb(54, 4, 123)HSL
hsl(265, 94%, 25%)OKLCH
oklch(0.307 0.168 290.8)CMYK
cmyk(56%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30036F
2#2B0363
3#260357
4#20024A
5#1B023E
6#160231
7#100125
8#0B0119
9#05000C
Tints
Lighter variations
1#4605A1
2#5606C6
3#6607EB
4#7A20F8
5#9045F9
6#A76BFA
7#BD90FC
8#D3B5FD
9#E9DAFE
Tones
Muted variations
1#370A76
2#381070
3#39166A
4#3A1C64
5#3B225E
6#3C2858
7#3D2E52
8#3E344C
9#3F3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9BF #D9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8D #BB8DFB | BordersInactive statesPlaceholder text |
| 400 | 9852 #9852FA | Disabled statesSecondary iconsMuted text |
| 500 | 7A20 #7A20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F07 #5F07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B05 #4B05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3604 #36047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2202 #22024F | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EADCFE;
--indigo-200: #D9BFFD;
--indigo-300: #BB8DFB;
--indigo-400: #9852FA;
--indigo-500: #7A20F8;
--indigo-600: #5F07DA;
--indigo-700: #4B05AD;
--indigo-800: #36047C;
--indigo-900: #22024F;
--indigo-950: #160231;
}