Indigo
#5E0B75
PinkColor Codes
All color formats for development
HEX
#5E0B75RGB
rgb(94, 11, 117)HSL
hsl(287, 83%, 25%)OKLCH
oklch(0.362 0.166 316.9)CMYK
cmyk(20%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#540A69
2#4B095D
3#420852
4#380746
5#2F053A
6#25042F
7#1C0323
8#130217
9#09010C
Tints
Lighter variations
1#7A0E98
2#9611BB
3#B215DE
4#C22DEB
5#CC50EF
6#D673F2
7#E196F5
8#EBB9F8
9#F5DCFC
Tones
Muted variations
1#5B106F
2#58156A
3#551B65
4#52205F
5#4F255A
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 | EDC2 #EDC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E094 #E094F5 | BordersInactive statesPlaceholder text |
| 400 | D05C #D05CF0 | Disabled statesSecondary iconsMuted text |
| 500 | C22D #C22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | A513 #A513CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 830F #830FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0B #5E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C07 #3C074B | 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: #F6DEFC;
--indigo-200: #EDC2F9;
--indigo-300: #E094F5;
--indigo-400: #D05CF0;
--indigo-500: #C22DEB;
--indigo-600: #A513CD;
--indigo-700: #830FA3;
--indigo-800: #5E0B75;
--indigo-900: #3C074B;
--indigo-950: #25042F;
}