Indigo
#360F71
PurpleColor Codes
All color formats for development
HEX
#360F71RGB
rgb(54, 15, 113)HSL
hsl(264, 77%, 25%)OKLCH
oklch(0.304 0.15 292.9)CMYK
cmyk(52%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#310D66
2#2B0C5A
3#260A4F
4#200944
5#1B0738
6#16062D
7#100422
8#0B0317
9#05010B
Tints
Lighter variations
1#461393
2#5617B5
3#661CD6
4#7B34E5
5#9156E9
6#A778ED
7#BD99F2
8#D3BBF6
9#E9DDFB
Tones
Muted variations
1#37146C
2#381867
3#391D62
4#3A225D
5#3B2758
6#3C2C53
7#3D314E
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 | D9C4 #D9C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB97 #BB97F2 | BordersInactive statesPlaceholder text |
| 400 | 9861 #9861EA | Disabled statesSecondary iconsMuted text |
| 500 | 7B34 #7B34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F1A #5F1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C15 #4C159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360F #360F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2309 #230948 | 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: #F6F1FD;
--indigo-100: #EADFFB;
--indigo-200: #D9C4F7;
--indigo-300: #BB97F2;
--indigo-400: #9861EA;
--indigo-500: #7B34E5;
--indigo-600: #5F1AC7;
--indigo-700: #4C159E;
--indigo-800: #360F71;
--indigo-900: #230948;
--indigo-950: #16062D;
}