Indigo
#5F0B74
PinkColor Codes
All color formats for development
HEX
#5F0B74RGB
rgb(95, 11, 116)HSL
hsl(288, 83%, 25%)OKLCH
oklch(0.362 0.165 317.9)CMYK
cmyk(18%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#560A69
2#4C095D
3#430852
4#390746
5#30053A
6#26042F
7#1D0323
8#130217
9#0A010C
Tints
Lighter variations
1#7C0E98
2#9911BB
3#B515DE
4#C52DEB
5#CF50EF
6#D973F2
7#E296F5
8#ECB9F8
9#F5DCFC
Tones
Muted variations
1#5C106F
2#59156A
3#561B65
4#53205F
5#50255A
6#4C2B55
7#493050
8#46354A
9#433A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DE #F6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC2 #EEC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E294 #E294F5 | BordersInactive statesPlaceholder text |
| 400 | D25C #D25CF0 | Disabled statesSecondary iconsMuted text |
| 500 | C52D #C52DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | A813 #A813CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860F #860FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0B #5F0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D07 #3D074B | Primary textHigh emphasis contentDark headings |
| 950 | 2604 #26042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F6DEFC;
--indigo-200: #EEC2F9;
--indigo-300: #E294F5;
--indigo-400: #D25CF0;
--indigo-500: #C52DEB;
--indigo-600: #A813CD;
--indigo-700: #860FA3;
--indigo-800: #5F0B75;
--indigo-900: #3D074B;
--indigo-950: #26042F;
}