Indigo
#2A0A76
PurpleColor Codes
All color formats for development
HEX
#2A0A76RGB
rgb(42, 10, 118)HSL
hsl(258, 84%, 25%)OKLCH
oklch(0.292 0.16 283.8)CMYK
cmyk(64%, 92%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26096A
2#22085E
3#1E0752
4#190646
5#15053B
6#11042F
7#0D0323
8#080217
9#04010C
Tints
Lighter variations
1#370D98
2#4410BC
3#5013DF
4#662CED
5#7F4FF0
6#9972F3
7#B295F6
8#CCB9F9
9#E5DCFC
Tones
Muted variations
1#2C1070
2#2F156B
3#311A65
4#332060
5#35255B
6#372A55
7#393050
8#3B354A
9#3E3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C2 #D3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B193 #B193F6 | BordersInactive statesPlaceholder text |
| 400 | 885B #885BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 662C #662CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B12 #4B12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B0E #3B0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0A #2A0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B07 #1B074B | Primary textHigh emphasis contentDark headings |
| 950 | 1104 #11042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E7DEFC;
--indigo-200: #D3C2FA;
--indigo-300: #B193F6;
--indigo-400: #885BF1;
--indigo-500: #662CED;
--indigo-600: #4B12CE;
--indigo-700: #3B0EA4;
--indigo-800: #2A0A75;
--indigo-900: #1B074B;
--indigo-950: #11042F;
}