Indigo
#390080
PurpleColor Codes
All color formats for development
HEX
#390080RGB
rgb(57, 0, 128)HSL
hsl(267, 100%, 25%)OKLCH
oklch(0.313 0.176 291.5)CMYK
cmyk(55%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#340073
2#2E0066
3#280059
4#22004D
5#1D0040
6#170033
7#110026
8#0B001A
9#06000D
Tints
Lighter variations
1#4B00A6
2#5C00CC
3#6D00F2
4#811AFF
5#9640FF
6#AB66FF
7#C08CFF
8#D5B3FF
9#EAD9FF
Tones
Muted variations
1#3A0679
2#3B0D73
3#3B136C
4#3C1966
5#3D2060
6#3D2659
7#3E2D53
8#3E334D
9#3F3946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDB #EBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBD #DBBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | BE8A #BE8AFF | BordersInactive statesPlaceholder text |
| 400 | 9D4D #9D4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 811A #811AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6500 #6500E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5000 #5000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3900 #390080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2500 #250052 | Primary textHigh emphasis contentDark headings |
| 950 | 1700 #170033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EBDBFF;
--indigo-200: #DBBDFF;
--indigo-300: #BE8AFF;
--indigo-400: #9D4DFF;
--indigo-500: #811AFF;
--indigo-600: #6500E0;
--indigo-700: #5000B3;
--indigo-800: #390080;
--indigo-900: #250052;
--indigo-950: #170033;
}