Indigo
#2E0150
PurpleColor Codes
All color formats for development
HEX
#2E0150RGB
rgb(46, 1, 80)HSL
hsl(274, 98%, 16%)OKLCH
oklch(0.245 0.127 303.2)CMYK
cmyk(42%, 99%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0149
2#250141
3#200139
4#1C0030
5#170028
6#120020
7#0E0018
8#090010
9#050008
Tints
Lighter variations
1#46017B
2#5F02A6
3#7702D0
4#8F03FA
5#A22BFD
6#B555FD
7#C780FE
8#DAAAFE
9#ECD5FF
Tones
Muted variations
1#2E054D
2#2D0949
3#2D0D45
4#2C1141
5#2B153D
6#2B1939
7#2A1D35
8#2A2131
9#29252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDC #EFDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BD #E2BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8B #CC8BFE | BordersInactive statesPlaceholder text |
| 400 | B14E #B14EFD | Disabled statesSecondary iconsMuted text |
| 500 | 9B1C #9B1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F02 #7F02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6502 #6502B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4801 #48017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E01 #2E0151 | Primary textHigh emphasis contentDark headings |
| 950 | 1D01 #1D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EFDCFF;
--indigo-200: #E2BDFE;
--indigo-300: #CC8BFE;
--indigo-400: #B14EFD;
--indigo-500: #9B1CFD;
--indigo-600: #7F02DE;
--indigo-700: #6502B1;
--indigo-800: #48017E;
--indigo-900: #2E0151;
--indigo-950: #1D0132;
}