Indigo
#4A0080
PurpleColor Codes
All color formats for development
HEX
#4A0080RGB
rgb(74, 0, 128)HSL
hsl(275, 100%, 25%)OKLCH
oklch(0.336 0.177 301.8)CMYK
cmyk(42%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430073
2#3B0066
3#340059
4#2D004D
5#250040
6#1E0033
7#160026
8#0F001A
9#07000D
Tints
Lighter variations
1#6100A6
2#7700CC
3#8D00F2
4#9F1AFF
5#AF40FF
6#BF66FF
7#CF8CFF
8#DFB3FF
9#EFD9FF
Tones
Muted variations
1#490679
2#480D73
3#47136C
4#461966
5#452060
6#442659
7#432D53
8#42334D
9#413946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DB #F0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BD #E3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8A #CE8AFF | BordersInactive statesPlaceholder text |
| 400 | B54D #B54DFF | Disabled statesSecondary iconsMuted text |
| 500 | 9F1A #9F1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8300 #8300E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6800 #6800B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A00 #4A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3000 #300052 | Primary textHigh emphasis contentDark headings |
| 950 | 1E00 #1E0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F0DBFF;
--indigo-200: #E3BDFF;
--indigo-300: #CE8AFF;
--indigo-400: #B54DFF;
--indigo-500: #9F1AFF;
--indigo-600: #8300E0;
--indigo-700: #6800B3;
--indigo-800: #4A0080;
--indigo-900: #300052;
--indigo-950: #1E0033;
}