Indigo
#500137
PinkColor Codes
All color formats for development
HEX
#500137RGB
rgb(80, 1, 55)HSL
hsl(319, 98%, 16%)OKLCH
oklch(0.288 0.12 346)CMYK
cmyk(0%, 99%, 31%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490132
2#41012C
3#390127
4#300021
5#28001C
6#200016
7#180011
8#10000B
9#080006
Tints
Lighter variations
1#7B0155
2#A60272
3#D0028F
4#FA03AC
5#FD2BBA
6#FD55C8
7#FE80D6
8#FEAAE4
9#FFD5F1
Tones
Muted variations
1#4D0536
2#490935
3#450D33
4#411132
5#3D1530
6#39192F
7#351D2D
8#31212C
9#2D252A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD9 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EC6 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510137 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FA;
--indigo-100: #FFDCF4;
--indigo-200: #FEBDEA;
--indigo-300: #FE8BD9;
--indigo-400: #FD4EC6;
--indigo-500: #FD1CB5;
--indigo-600: #DE0299;
--indigo-700: #B10279;
--indigo-800: #7E0157;
--indigo-900: #510137;
--indigo-950: #320123;
}