Indigo
#2B0151
PurpleColor Codes
All color formats for development
HEX
#2B0151RGB
rgb(43, 1, 81)HSL
hsl(272, 98%, 16%)OKLCH
oklch(0.242 0.127 300)CMYK
cmyk(47%, 99%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#270149
2#230141
3#1E0139
4#1A0030
5#160028
6#110020
7#0D0018
8#090010
9#040008
Tints
Lighter variations
1#42017B
2#5902A6
3#7002D0
4#8703FA
5#9B2BFD
6#AF55FD
7#C380FE
8#D7AAFE
9#EBD5FF
Tones
Muted variations
1#2B054D
2#2B0949
3#2B0D45
4#2A1141
5#2A153D
6#2A1939
7#2A1D35
8#292131
9#29252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BD #E0BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C88B #C88BFE | BordersInactive statesPlaceholder text |
| 400 | AC4E #AC4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 941C #941CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 7802 #7802DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F02 #5F02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4401 #44017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B01 #2B0151 | Primary textHigh emphasis contentDark headings |
| 950 | 1B01 #1B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EEDCFF;
--indigo-200: #E0BDFE;
--indigo-300: #C88BFE;
--indigo-400: #AC4EFD;
--indigo-500: #941CFD;
--indigo-600: #7802DE;
--indigo-700: #5F02B1;
--indigo-800: #44017E;
--indigo-900: #2B0151;
--indigo-950: #1B0132;
}