Indigo
#4F0080
PurpleColor Codes
All color formats for development
HEX
#4F0080RGB
rgb(79, 0, 128)HSL
hsl(277, 100%, 25%)OKLCH
oklch(0.343 0.178 304.7)CMYK
cmyk(38%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#470073
2#3F0066
3#370059
4#2F004D
5#270040
6#1F0033
7#180026
8#10001A
9#08000D
Tints
Lighter variations
1#6600A6
2#7E00CC
3#9500F2
4#A71AFF
5#B640FF
6#C466FF
7#D38CFF
8#E2B3FF
9#F0D9FF
Tones
Muted variations
1#4D0679
2#4C0D73
3#4A136C
4#491966
5#472060
6#462659
7#442D53
8#43334D
9#413946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DB #F1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BD #E6BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D28A #D28AFF | BordersInactive statesPlaceholder text |
| 400 | BB4D #BB4DFF | Disabled statesSecondary iconsMuted text |
| 500 | A71A #A71AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A00 #8A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E00 #6E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F00 #4F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3200 #320052 | Primary textHigh emphasis contentDark headings |
| 950 | 1F00 #1F0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F1DBFF;
--indigo-200: #E6BDFF;
--indigo-300: #D28AFF;
--indigo-400: #BB4DFF;
--indigo-500: #A71AFF;
--indigo-600: #8A00E0;
--indigo-700: #6E00B3;
--indigo-800: #4F0080;
--indigo-900: #320052;
--indigo-950: #1F0033;
}