Indigo
#360E71
PurpleColor Codes
All color formats for development
HEX
#360E71RGB
rgb(54, 14, 113)HSL
hsl(264, 78%, 25%)OKLCH
oklch(0.303 0.151 293.1)CMYK
cmyk(52%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#300D66
2#2B0B5B
3#260A4F
4#200844
5#1B0739
6#16062D
7#100422
8#0B0317
9#05010B
Tints
Lighter variations
1#461294
2#5616B6
3#661BD8
4#7A33E6
5#9055EA
6#A777EE
7#BD99F2
8#D3BBF7
9#E9DDFB
Tones
Muted variations
1#37136D
2#381868
3#391D63
4#3A225E
5#3B2759
6#3C2C54
7#3D314F
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 #D9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB97 #BB97F2 | BordersInactive statesPlaceholder text |
| 400 | 9860 #9860EB | Disabled statesSecondary iconsMuted text |
| 500 | 7A33 #7A33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F19 #5F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B14 #4B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360E #360E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2209 #220949 | 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: #D9C4F8;
--indigo-300: #BB97F2;
--indigo-400: #9860EB;
--indigo-500: #7A33E6;
--indigo-600: #5F19C8;
--indigo-700: #4B149F;
--indigo-800: #360E71;
--indigo-900: #220949;
--indigo-950: #16062D;
}