Indigo
#3E0E71
PurpleColor Codes
All color formats for development
HEX
#3E0E71RGB
rgb(62, 14, 113)HSL
hsl(269, 78%, 25%)OKLCH
oklch(0.313 0.152 298.6)CMYK
cmyk(45%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#380D66
2#320B5B
3#2B0A4F
4#250844
5#1F0739
6#19062D
7#130422
8#0C0317
9#06010B
Tints
Lighter variations
1#511294
2#6316B6
3#761BD8
4#8933E6
5#9D55EA
6#B177EE
7#C499F2
8#D8BBF7
9#EBDDFB
Tones
Muted variations
1#3E136D
2#3E1868
3#3F1D63
4#3F225E
5#3F2759
6#3F2C54
7#3F314F
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 | DDC4 #DDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C397 #C397F2 | BordersInactive statesPlaceholder text |
| 400 | A360 #A360EB | Disabled statesSecondary iconsMuted text |
| 500 | 8933 #8933E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D19 #6D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5714 #57149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0E #3E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2809 #280949 | Primary textHigh emphasis contentDark headings |
| 950 | 1906 #19062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FD;
--indigo-100: #EDDFFB;
--indigo-200: #DDC4F8;
--indigo-300: #C397F2;
--indigo-400: #A360EB;
--indigo-500: #8933E6;
--indigo-600: #6D19C8;
--indigo-700: #57149F;
--indigo-800: #3E0E71;
--indigo-900: #280949;
--indigo-950: #19062D;
}