Indigo
#5C0B75
PinkColor Codes
All color formats for development
HEX
#5C0B75RGB
rgb(92, 11, 117)HSL
hsl(286, 83%, 25%)OKLCH
oklch(0.358 0.165 315.8)CMYK
cmyk(21%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#530A69
2#4A095D
3#400852
4#370746
5#2E053A
6#25042F
7#1C0323
8#120217
9#09010C
Tints
Lighter variations
1#780E98
2#9311BB
3#AF15DE
4#BF2DEB
5#CA50EF
6#D473F2
7#DF96F5
8#EAB9F8
9#F4DCFC
Tones
Muted variations
1#59106F
2#56156A
3#541B65
4#51205F
5#4E255A
6#4B2B55
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 #EDC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE94 #DE94F5 | BordersInactive statesPlaceholder text |
| 400 | CD5C #CD5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | BF2D #BF2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | A213 #A213CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 810F #810FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0B #5C0B75 | 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: #EDC2F9;
--indigo-300: #DE94F5;
--indigo-400: #CD5CF0;
--indigo-500: #BF2DEB;
--indigo-600: #A213CD;
--indigo-700: #810FA3;
--indigo-800: #5C0B75;
--indigo-900: #3B074B;
--indigo-950: #25042F;
}