Indigo
#350B75
PurpleColor Codes
All color formats for development
HEX
#350B75RGB
rgb(53, 11, 117)HSL
hsl(264, 83%, 25%)OKLCH
oklch(0.304 0.157 291.4)CMYK
cmyk(55%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#300A69
2#2B095D
3#250852
4#200746
5#1B053A
6#15042F
7#100323
8#0B0217
9#05010C
Tints
Lighter variations
1#450E98
2#5511BB
3#6515DE
4#792DEB
5#9050EF
6#A673F2
7#BC96F5
8#D2B9F8
9#E9DCFC
Tones
Muted variations
1#36106F
2#37156A
3#381B65
4#39205F
5#3A255A
6#3C2B55
7#3D3050
8#3E354A
9#3F3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADE #EADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C2 #D8C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB94 #BB94F5 | BordersInactive statesPlaceholder text |
| 400 | 975C #975CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 792D #792DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E13 #5E13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0F #4A0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350B #350B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2207 #22074B | Primary textHigh emphasis contentDark headings |
| 950 | 1504 #15042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EADEFC;
--indigo-200: #D8C2F9;
--indigo-300: #BB94F5;
--indigo-400: #975CF0;
--indigo-500: #792DEB;
--indigo-600: #5E13CD;
--indigo-700: #4A0FA3;
--indigo-800: #350B75;
--indigo-900: #22074B;
--indigo-950: #15042F;
}