Indigo
#5E0E71
PinkColor Codes
All color formats for development
HEX
#5E0E71RGB
rgb(94, 14, 113)HSL
hsl(288, 78%, 25%)OKLCH
oklch(0.36 0.16 318.5)CMYK
cmyk(17%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#540D66
2#4B0B5B
3#420A4F
4#380844
5#2F0739
6#25062D
7#1C0422
8#130317
9#09010B
Tints
Lighter variations
1#7A1294
2#9616B6
3#B21BD8
4#C233E6
5#CC55EA
6#D677EE
7#E099F2
8#EBBBF7
9#F5DDFB
Tones
Muted variations
1#5B136D
2#581868
3#551D63
4#52225E
5#4F2759
6#4C2C54
7#49314F
8#46364A
9#433B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC4 #EDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E097 #E097F2 | BordersInactive statesPlaceholder text |
| 400 | D060 #D060EB | Disabled statesSecondary iconsMuted text |
| 500 | C233 #C233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A519 #A519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8314 #83149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0E #5E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C09 #3C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FD;
--indigo-100: #F6DFFB;
--indigo-200: #EDC4F8;
--indigo-300: #E097F2;
--indigo-400: #D060EB;
--indigo-500: #C233E6;
--indigo-600: #A519C8;
--indigo-700: #83149F;
--indigo-800: #5E0E71;
--indigo-900: #3C0949;
--indigo-950: #25062D;
}