Indigo
#2A0877
PurpleColor Codes
All color formats for development
HEX
#2A0877RGB
rgb(42, 8, 119)HSL
hsl(258, 87%, 25%)OKLCH
oklch(0.292 0.162 283.8)CMYK
cmyk(65%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25076B
2#21075F
3#1D0653
4#190548
5#15043C
6#110330
7#0C0224
8#080218
9#04010C
Tints
Lighter variations
1#360B9B
2#430DBF
3#4F10E3
4#6428F0
5#7E4CF3
6#9870F5
7#B294F8
8#CBB7FA
9#E5DBFD
Tones
Muted variations
1#2C0E72
2#2E136C
3#301967
4#321E61
5#35245B
6#372A56
7#392F50
8#3B354B
9#3E3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C1 #D2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B091 #B091F7 | BordersInactive statesPlaceholder text |
| 400 | 8758 #8758F3 | Disabled statesSecondary iconsMuted text |
| 500 | 6428 #6428F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 490F #490FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A0C #3A0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A08 #2A0877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B05 #1B054C | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E7DEFD;
--indigo-200: #D2C1FB;
--indigo-300: #B091F7;
--indigo-400: #8758F3;
--indigo-500: #6428F0;
--indigo-600: #490FD2;
--indigo-700: #3A0CA7;
--indigo-800: #2A0877;
--indigo-900: #1B054C;
--indigo-950: #110330;
}