Indigo
#5C159E
PurpleColor Codes
All color formats for development
HEX
#5C159ERGB
rgb(92, 21, 158)HSL
hsl(271, 77%, 35%)OKLCH
oklch(0.401 0.196 300.4)CMYK
cmyk(42%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#52128E
2#49107E
3#400E6F
4#370C5F
5#2E0A4F
6#25083F
7#1B062F
8#120420
9#090210
Tints
Lighter variations
1#6D18BB
2#7E1CD9
3#8E32E4
4#9E4FE8
5#AE6CEC
6#BE8AF0
7#CFA7F4
8#DFC4F7
9#EFE2FB
Tones
Muted variations
1#5B1B97
2#5B2290
3#5B2989
4#5B3082
5#5A377C
6#5A3E75
7#5A456E
8#5A4C67
9#595260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC4 #DFC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C697 #C697F2 | BordersInactive statesPlaceholder text |
| 400 | A861 #A861EA | Disabled statesSecondary iconsMuted text |
| 500 | 8F34 #8F34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 731A #731AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C15 #5C159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410F #410F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A09 #2A0948 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FD;
--indigo-100: #EEDFFB;
--indigo-200: #DFC4F7;
--indigo-300: #C697F2;
--indigo-400: #A861EA;
--indigo-500: #8F34E5;
--indigo-600: #731AC7;
--indigo-700: #5C159E;
--indigo-800: #410F71;
--indigo-900: #2A0948;
--indigo-950: #1A062D;
}