Indigo
#2E0B74
PurpleColor Codes
All color formats for development
HEX
#2E0B74RGB
rgb(46, 11, 116)HSL
hsl(260, 83%, 25%)OKLCH
oklch(0.295 0.157 287)CMYK
cmyk(60%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0A69
2#25095D
3#200852
4#1C0746
5#17053A
6#12042F
7#0E0323
8#090217
9#05010C
Tints
Lighter variations
1#3C0E98
2#4A11BB
3#5815DE
4#6D2DEB
5#8550EF
6#9D73F2
7#B696F5
8#CEB9F8
9#E7DCFC
Tones
Muted variations
1#30106F
2#32156A
3#331B65
4#35205F
5#37255A
6#392B55
7#3A3050
8#3C354A
9#3E3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C2 #D5C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B494 #B494F5 | BordersInactive statesPlaceholder text |
| 400 | 8D5C #8D5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 6D2D #6D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5113 #5113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 410F #410FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0B #2E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E07 #1E074B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E8DEFC;
--indigo-200: #D5C2F9;
--indigo-300: #B494F5;
--indigo-400: #8D5CF0;
--indigo-500: #6D2DEB;
--indigo-600: #5113CD;
--indigo-700: #410FA3;
--indigo-800: #2E0B75;
--indigo-900: #1E074B;
--indigo-950: #12042F;
}