Indigo
#3E0D72
PurpleColor Codes
All color formats for development
HEX
#3E0D72RGB
rgb(62, 13, 114)HSL
hsl(269, 80%, 25%)OKLCH
oklch(0.313 0.153 298.4)CMYK
cmyk(46%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#380B67
2#320A5C
3#2B0950
4#250845
5#1F0639
6#19052E
7#130422
8#0C0317
9#06010B
Tints
Lighter variations
1#511195
2#6314B8
3#7618DA
4#8930E8
5#9D53EC
6#B075F0
7#C498F4
8#D8BAF7
9#EBDDFB
Tones
Muted variations
1#3E126E
2#3E1769
3#3F1C63
4#3F215E
5#3F2659
6#3F2B54
7#3F304F
8#3F364A
9#403B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC3 #DDC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C395 #C395F3 | BordersInactive statesPlaceholder text |
| 400 | A35E #A35EED | Disabled statesSecondary iconsMuted text |
| 500 | 8930 #8930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D16 #6D16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5712 #5712A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0D #3E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2808 #280849 | 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: #F7F1FD;
--indigo-100: #EDDFFB;
--indigo-200: #DDC3F8;
--indigo-300: #C395F3;
--indigo-400: #A35EED;
--indigo-500: #8930E8;
--indigo-600: #6D16CA;
--indigo-700: #5712A1;
--indigo-800: #3E0D73;
--indigo-900: #280849;
--indigo-950: #19052E;
}