Indigo
#4D0977
PurpleColor Codes
All color formats for development
HEX
#4D0977RGB
rgb(77, 9, 119)HSL
hsl(277, 86%, 25%)OKLCH
oklch(0.336 0.164 306.4)CMYK
cmyk(35%, 92%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45086B
2#3D075F
3#360653
4#2E0547
5#26043B
6#1F042F
7#170324
8#0F0218
9#08010C
Tints
Lighter variations
1#640C9A
2#7A0EBE
3#9111E1
4#A32AEF
5#B34DF2
6#C271F4
7#D194F7
8#E0B8FA
9#F0DBFC
Tones
Muted variations
1#4B0E71
2#4A146C
3#491966
4#471F61
5#46245B
6#452A56
7#442F50
8#42354B
9#413A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C1 #E5C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D092 #D092F7 | BordersInactive statesPlaceholder text |
| 400 | B859 #B859F3 | Disabled statesSecondary iconsMuted text |
| 500 | A32A #A32AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8710 #8710D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B0C #6B0CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D09 #4D0977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3106 #31064C | Primary textHigh emphasis contentDark headings |
| 950 | 1F04 #1F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F1DEFD;
--indigo-200: #E5C1FA;
--indigo-300: #D092F7;
--indigo-400: #B859F3;
--indigo-500: #A32AEF;
--indigo-600: #8710D1;
--indigo-700: #6B0CA6;
--indigo-800: #4D0977;
--indigo-900: #31064C;
--indigo-950: #1F042F;
}