Indigo
#360D72
PurpleColor Codes
All color formats for development
HEX
#360D72RGB
rgb(54, 13, 114)HSL
hsl(264, 80%, 25%)OKLCH
oklch(0.303 0.153 292.9)CMYK
cmyk(53%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#300B67
2#2B0A5C
3#250950
4#200845
5#1B0639
6#15052E
7#100422
8#0B0317
9#05010B
Tints
Lighter variations
1#461195
2#5614B8
3#6618DA
4#7A30E8
5#9053EC
6#A675F0
7#BC98F4
8#D3BAF7
9#E9DDFB
Tones
Muted variations
1#37126E
2#381769
3#391C63
4#3A215E
5#3B2659
6#3C2B54
7#3D304F
8#3E364A
9#3F3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C3 #D9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB95 #BB95F3 | BordersInactive statesPlaceholder text |
| 400 | 975E #975EED | Disabled statesSecondary iconsMuted text |
| 500 | 7A30 #7A30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E16 #5E16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B12 #4B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360D #360D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2208 #220849 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #EADFFB;
--indigo-200: #D9C3F8;
--indigo-300: #BB95F3;
--indigo-400: #975EED;
--indigo-500: #7A30E8;
--indigo-600: #5E16CA;
--indigo-700: #4B12A1;
--indigo-800: #360D73;
--indigo-900: #220849;
--indigo-950: #15052E;
}