Indigo
#3E0C73
PurpleColor Codes
All color formats for development
HEX
#3E0C73RGB
rgb(62, 12, 115)HSL
hsl(269, 81%, 25%)OKLCH
oklch(0.314 0.155 298.1)CMYK
cmyk(46%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#380B68
2#320A5C
3#2B0851
4#250745
5#1F063A
6#19052E
7#130423
8#0C0217
9#06010C
Tints
Lighter variations
1#511096
2#6313B9
3#7617DB
4#892FE9
5#9D52ED
6#B075F0
7#C497F4
8#D8BAF8
9#EBDCFB
Tones
Muted variations
1#3E116E
2#3E1669
3#3F1C64
4#3F215F
5#3F265A
6#3F2B54
7#3F304F
8#3F354A
9#403B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC3 #DDC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C395 #C395F4 | BordersInactive statesPlaceholder text |
| 400 | A35D #A35DEE | Disabled statesSecondary iconsMuted text |
| 500 | 892F #892FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D15 #6D15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5711 #5711A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0C #3E0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2808 #28084A | Primary textHigh emphasis contentDark headings |
| 950 | 1905 #19052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #EDDFFC;
--indigo-200: #DDC3F9;
--indigo-300: #C395F4;
--indigo-400: #A35DEE;
--indigo-500: #892FE9;
--indigo-600: #6D15CB;
--indigo-700: #5711A2;
--indigo-800: #3E0C73;
--indigo-900: #28084A;
--indigo-950: #19052E;
}