Indigo
#5D0A76
PinkColor Codes
All color formats for development
HEX
#5D0A76RGB
rgb(93, 10, 118)HSL
hsl(286, 84%, 25%)OKLCH
oklch(0.36 0.167 316)CMYK
cmyk(21%, 92%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53096A
2#4A085E
3#410752
4#370646
5#2E053B
6#25042F
7#1C0323
8#120217
9#09010C
Tints
Lighter variations
1#780D98
2#9410BC
3#AF13DF
4#C02CED
5#CA4FF0
6#D572F3
7#DF95F6
8#EAB9F9
9#F4DCFC
Tones
Muted variations
1#591070
2#57156B
3#541A65
4#512060
5#4E255B
6#4B2A55
7#483050
8#45354A
9#433A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC2 #EDC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DF93 #DF93F6 | BordersInactive statesPlaceholder text |
| 400 | CE5B #CE5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C02C #C02CED | Primary brand colorCTAsActive elementsLinks |
| 600 | A212 #A212CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 810E #810EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0A #5C0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B07 #3B074B | 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: #F5DEFC;
--indigo-200: #EDC2FA;
--indigo-300: #DF93F6;
--indigo-400: #CE5BF1;
--indigo-500: #C02CED;
--indigo-600: #A212CE;
--indigo-700: #810EA4;
--indigo-800: #5C0A75;
--indigo-900: #3B074B;
--indigo-950: #25042F;
}