Indigo
#360052
PurpleColor Codes
All color formats for development
HEX
#360052RGB
rgb(54, 0, 82)HSL
hsl(280, 100%, 16%)OKLCH
oklch(0.259 0.132 308.9)CMYK
cmyk(34%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#310049
2#2C0041
3#260039
4#210031
5#1B0029
6#160021
7#100018
8#0B0010
9#050008
Tints
Lighter variations
1#53007C
2#7000A7
3#8C00D2
4#A900FD
5#B829FF
6#C654FF
7#D47EFF
8#E2A9FF
9#F1D4FF
Tones
Muted variations
1#35044E
2#340849
3#320C45
4#311041
5#30143D
6#2E1839
7#2D1D35
8#2C2131
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DB #F3DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BD #E9BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D88A #D88AFF | BordersInactive statesPlaceholder text |
| 400 | C44D #C44DFF | Disabled statesSecondary iconsMuted text |
| 500 | B31A #B31AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9600 #9600E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7700 #7700B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5500 #550080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3600 #360052 | Primary textHigh emphasis contentDark headings |
| 950 | 2200 #220033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F3DBFF;
--indigo-200: #E9BDFF;
--indigo-300: #D88AFF;
--indigo-400: #C44DFF;
--indigo-500: #B31AFF;
--indigo-600: #9600E0;
--indigo-700: #7700B3;
--indigo-800: #550080;
--indigo-900: #360052;
--indigo-950: #220033;
}