Indigo
#2D0080
PurpleColor Codes
All color formats for development
HEX
#2D0080RGB
rgb(45, 0, 128)HSL
hsl(261, 100%, 25%)OKLCH
oklch(0.3 0.176 284)CMYK
cmyk(65%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280073
2#240066
3#1F0059
4#1B004D
5#160040
6#120033
7#0D0026
8#09001A
9#04000D
Tints
Lighter variations
1#3A00A6
2#4700CC
3#5500F2
4#6A1AFF
5#8340FF
6#9C66FF
7#B48CFF
8#CDB3FF
9#E6D9FF
Tones
Muted variations
1#2F0679
2#300D73
3#32136C
4#341966
5#362060
6#382659
7#3A2D53
8#3C334D
9#3E3946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DB #E8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BD #D4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B38A #B38AFF | BordersInactive statesPlaceholder text |
| 400 | 8B4D #8B4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 6A1A #6A1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F00 #4F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E00 #3E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D00 #2D0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D00 #1D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1200 #120033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E8DBFF;
--indigo-200: #D4BDFF;
--indigo-300: #B38AFF;
--indigo-400: #8B4DFF;
--indigo-500: #6A1AFF;
--indigo-600: #4F00E0;
--indigo-700: #3E00B3;
--indigo-800: #2D0080;
--indigo-900: #1D0052;
--indigo-950: #120033;
}