Indigo
#3A0B75
PurpleColor Codes
All color formats for development
HEX
#3A0B75RGB
rgb(58, 11, 117)HSL
hsl(267, 83%, 25%)OKLCH
oklch(0.31 0.158 294.8)CMYK
cmyk(50%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#350A69
2#2F095D
3#290852
4#230746
5#1D053A
6#17042F
7#120323
8#0C0217
9#06010C
Tints
Lighter variations
1#4C0E98
2#5E11BB
3#6F15DE
4#832DEB
5#9750EF
6#AC73F2
7#C196F5
8#D6B9F8
9#EADCFC
Tones
Muted variations
1#3B106F
2#3C156A
3#3C1B65
4#3D205F
5#3D255A
6#3E2B55
7#3E3050
8#3F354A
9#3F3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC2 #DBC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BF94 #BF94F5 | BordersInactive statesPlaceholder text |
| 400 | 9E5C #9E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 832D #832DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6713 #6713CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 520F #520FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A0B #3A0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2507 #25074B | Primary textHigh emphasis contentDark headings |
| 950 | 1704 #17042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #ECDEFC;
--indigo-200: #DBC2F9;
--indigo-300: #BF94F5;
--indigo-400: #9E5CF0;
--indigo-500: #832DEB;
--indigo-600: #6713CD;
--indigo-700: #520FA3;
--indigo-800: #3A0B75;
--indigo-900: #25074B;
--indigo-950: #17042F;
}