Indigo
#3E0679
PurpleColor Codes
All color formats for development
HEX
#3E0679RGB
rgb(62, 6, 121)HSL
hsl(269, 91%, 25%)OKLCH
oklch(0.316 0.165 296.5)CMYK
cmyk(49%, 95%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38056E
2#310561
3#2B0455
4#250349
5#1F033D
6#190231
7#130225
8#0C0118
9#06010C
Tints
Lighter variations
1#50079E
2#6309C3
3#750BE7
4#8924F5
5#9C48F6
6#B06DF8
7#C491FA
8#D8B6FC
9#EBDAFD
Tones
Muted variations
1#3E0C74
2#3E116E
3#3E1768
4#3F1D63
5#3F235D
6#3F2957
7#3F2E51
8#3F344B
9#403A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC0 #DDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C38F #C38FFA | BordersInactive statesPlaceholder text |
| 400 | A355 #A355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8924 #8924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D0A #6D0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5708 #5708AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E06 #3E067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2804 #28044E | Primary textHigh emphasis contentDark headings |
| 950 | 1902 #190231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FE;
--indigo-100: #EDDDFD;
--indigo-200: #DDC0FC;
--indigo-300: #C38FFA;
--indigo-400: #A355F7;
--indigo-500: #8924F5;
--indigo-600: #6D0AD6;
--indigo-700: #5708AA;
--indigo-800: #3E067A;
--indigo-900: #28044E;
--indigo-950: #190231;
}