Indigo
#360F70
PurpleColor Codes
All color formats for development
HEX
#360F70RGB
rgb(54, 15, 112)HSL
hsl(264, 76%, 25%)OKLCH
oklch(0.303 0.149 293.3)CMYK
cmyk(52%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#310E65
2#2B0C5A
3#260B4F
4#200943
5#1B0838
6#16062D
7#100522
8#0B0316
9#05020B
Tints
Lighter variations
1#461492
2#5618B4
3#671DD5
4#7B35E3
5#9157E8
6#A778ED
7#BD9AF1
8#D3BCF6
9#E9DDFA
Tones
Muted variations
1#37146B
2#381967
3#391E62
4#3A235D
5#3B2858
6#3C2C53
7#3D314E
8#3E3649
9#3F3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C5 #D9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB98 #BB98F1 | BordersInactive statesPlaceholder text |
| 400 | 9862 #9862EA | Disabled statesSecondary iconsMuted text |
| 500 | 7B35 #7B35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F1B #5F1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C15 #4C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360F #360F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 230A #230A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F2FD;
--indigo-100: #EAE0FB;
--indigo-200: #D9C5F7;
--indigo-300: #BB98F1;
--indigo-400: #9862EA;
--indigo-500: #7B35E3;
--indigo-600: #5F1BC5;
--indigo-700: #4C159D;
--indigo-800: #360F70;
--indigo-900: #230A48;
--indigo-950: #16062D;
}