Indigo
#5A0B75
PinkColor Codes
All color formats for development
HEX
#5A0B75RGB
rgb(90, 11, 117)HSL
hsl(285, 83%, 25%)OKLCH
oklch(0.355 0.165 314.7)CMYK
cmyk(23%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#510A69
2#48095D
3#3F0852
4#360746
5#2D053A
6#24042F
7#1B0323
8#120217
9#09010C
Tints
Lighter variations
1#750E98
2#9011BB
3#AB15DE
4#BC2DEB
5#C750EF
6#D273F2
7#DD96F5
8#E9B9F8
9#F4DCFC
Tones
Muted variations
1#58106F
2#55156A
3#521B65
4#50205F
5#4D255A
6#4A2B55
7#483050
8#45354A
9#423A45
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 | ECC2 #ECC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DD94 #DD94F5 | BordersInactive statesPlaceholder text |
| 400 | CB5C #CB5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | BC2D #BC2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 9F13 #9F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E0F #7E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A0B #5A0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A07 #3A074B | Primary textHigh emphasis contentDark headings |
| 950 | 2404 #24042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F5DEFC;
--indigo-200: #ECC2F9;
--indigo-300: #DD94F5;
--indigo-400: #CB5CF0;
--indigo-500: #BC2DEB;
--indigo-600: #9F13CD;
--indigo-700: #7E0FA3;
--indigo-800: #5A0B75;
--indigo-900: #3A074B;
--indigo-950: #24042F;
}