Indigo
#3E0B74
PurpleColor Codes
All color formats for development
HEX
#3E0B74RGB
rgb(62, 11, 116)HSL
hsl(269, 83%, 25%)OKLCH
oklch(0.314 0.157 297.8)CMYK
cmyk(47%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#380A69
2#32095D
3#2B0852
4#250746
5#1F053A
6#19042F
7#130323
8#0C0217
9#06010C
Tints
Lighter variations
1#510E98
2#6311BB
3#7615DE
4#892DEB
5#9D50EF
6#B073F2
7#C496F5
8#D8B9F8
9#EBDCFC
Tones
Muted variations
1#3E106F
2#3E156A
3#3F1B65
4#3F205F
5#3F255A
6#3F2B55
7#3F3050
8#3F354A
9#403A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDE #EDDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC2 #DDC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C394 #C394F5 | BordersInactive statesPlaceholder text |
| 400 | A35C #A35CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 892D #892DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D13 #6D13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570F #570FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0B #3E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2807 #28074B | Primary textHigh emphasis contentDark headings |
| 950 | 1904 #19042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #EDDEFC;
--indigo-200: #DDC2F9;
--indigo-300: #C394F5;
--indigo-400: #A35CF0;
--indigo-500: #892DEB;
--indigo-600: #6D13CD;
--indigo-700: #570FA3;
--indigo-800: #3E0B75;
--indigo-900: #28074B;
--indigo-950: #19042F;
}