Indigo
#5D0977
PinkColor Codes
All color formats for development
HEX
#5D0977RGB
rgb(93, 9, 119)HSL
hsl(286, 86%, 25%)OKLCH
oklch(0.361 0.169 315.6)CMYK
cmyk(22%, 92%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#54086B
2#4A075F
3#410653
4#380547
5#2E043B
6#25042F
7#1C0324
8#130218
9#09010C
Tints
Lighter variations
1#790C9A
2#950EBE
3#B111E1
4#C12AEF
5#CB4DF2
6#D671F4
7#E094F7
8#EAB8FA
9#F5DBFC
Tones
Muted variations
1#5A0E71
2#57146C
3#541966
4#511F61
5#4E245B
6#4B2A56
7#492F50
8#46354B
9#433A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC1 #EDC1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DF92 #DF92F7 | BordersInactive statesPlaceholder text |
| 400 | CF59 #CF59F3 | Disabled statesSecondary iconsMuted text |
| 500 | C12A #C12AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | A410 #A410D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 820C #820CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D09 #5D0977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C06 #3C064C | Primary textHigh emphasis contentDark headings |
| 950 | 2504 #25042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F5DEFD;
--indigo-200: #EDC1FA;
--indigo-300: #DF92F7;
--indigo-400: #CF59F3;
--indigo-500: #C12AEF;
--indigo-600: #A410D1;
--indigo-700: #820CA6;
--indigo-800: #5D0977;
--indigo-900: #3C064C;
--indigo-950: #25042F;
}