Indigo
#5C0FA3
PurpleColor Codes
All color formats for development
HEX
#5C0FA3RGB
rgb(92, 15, 163)HSL
hsl(271, 83%, 35%)OKLCH
oklch(0.402 0.204 299.4)CMYK
cmyk(44%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#530E93
2#490C83
3#400B72
4#370962
5#2E0852
6#250641
7#1C0531
8#120321
9#090210
Tints
Lighter variations
1#6D12C2
2#7E15E0
3#8E2BEB
4#9E49EE
5#AE67F1
6#BF86F4
7#CFA4F7
8#DFC2F9
9#EFE1FC
Tones
Muted variations
1#5B179C
2#5B1E95
3#5B258D
4#5B2D86
5#5A347E
6#5A3C77
7#5A436F
8#5A4A68
9#595261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC2 #DFC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C694 #C694F5 | BordersInactive statesPlaceholder text |
| 400 | A85C #A85CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 8F2D #8F2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7313 #7313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0F #5C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 420B #420B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A07 #2A074B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EEDEFC;
--indigo-200: #DFC2F9;
--indigo-300: #C694F5;
--indigo-400: #A85CF0;
--indigo-500: #8F2DEB;
--indigo-600: #7313CD;
--indigo-700: #5C0FA3;
--indigo-800: #420B75;
--indigo-900: #2A074B;
--indigo-950: #1A042F;
}