Indigo
#2A0E71
PurpleColor Codes
All color formats for development
HEX
#2A0E71RGB
rgb(42, 14, 113)HSL
hsl(257, 78%, 25%)OKLCH
oklch(0.29 0.151 284.7)CMYK
cmyk(63%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#260D66
2#220B5B
3#1E0A4F
4#190844
5#150739
6#11062D
7#0D0422
8#080317
9#04010B
Tints
Lighter variations
1#371294
2#4416B6
3#501BD8
4#6533E6
5#7F55EA
6#9977EE
7#B299F2
8#CCBBF7
9#E5DDFB
Tones
Muted variations
1#2C136D
2#2F1868
3#311D63
4#33225E
5#352759
6#372C54
7#39314F
8#3B364A
9#3E3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C4 #D3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B197 #B197F2 | BordersInactive statesPlaceholder text |
| 400 | 8860 #8860EB | Disabled statesSecondary iconsMuted text |
| 500 | 6533 #6533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A19 #4A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B14 #3B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0E #2A0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B09 #1B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1106 #11062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E7DFFB;
--indigo-200: #D3C4F8;
--indigo-300: #B197F2;
--indigo-400: #8860EB;
--indigo-500: #6533E6;
--indigo-600: #4A19C8;
--indigo-700: #3B149F;
--indigo-800: #2A0E71;
--indigo-900: #1B0949;
--indigo-950: #11062D;
}