Indigo
#440080
PurpleColor Codes
All color formats for development
HEX
#440080RGB
rgb(68, 0, 128)HSL
hsl(272, 100%, 25%)OKLCH
oklch(0.327 0.176 298.3)CMYK
cmyk(47%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D0073
2#360066
3#300059
4#29004D
5#220040
6#1B0033
7#140026
8#0E001A
9#07000D
Tints
Lighter variations
1#5800A6
2#6D00CC
3#8100F2
4#941AFF
5#A640FF
6#B866FF
7#C98CFF
8#DBB3FF
9#EDD9FF
Tones
Muted variations
1#440679
2#430D73
3#43136C
4#421966
5#422060
6#412659
7#412D53
8#41334D
9#403946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDB #EEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BD #E0BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C88A #C88AFF | BordersInactive statesPlaceholder text |
| 400 | AC4D #AC4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 941A #941AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7800 #7800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F00 #5F00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4400 #440080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C00 #2C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1B00 #1B0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EEDBFF;
--indigo-200: #E0BDFF;
--indigo-300: #C88AFF;
--indigo-400: #AC4DFF;
--indigo-500: #941AFF;
--indigo-600: #7800E0;
--indigo-700: #5F00B3;
--indigo-800: #440080;
--indigo-900: #2C0052;
--indigo-950: #1B0033;
}