Indigo
#500237
PinkColor Codes
All color formats for development
HEX
#500237RGB
rgb(80, 2, 55)HSL
hsl(319, 95%, 16%)OKLCH
oklch(0.289 0.119 346.1)CMYK
cmyk(0%, 98%, 31%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#480232
2#40022C
3#380127
4#300121
5#28011C
6#200116
7#180111
8#10000B
9#080006
Tints
Lighter variations
1#790354
2#A30471
3#CD058E
4#F706AB
5#FA2EB9
6#FB58C7
7#FC82D5
8#FDABE3
9#FED5F1
Tones
Muted variations
1#4C0636
2#480A34
3#440E33
4#401231
5#3C1530
6#38192E
7#341D2D
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 | FEDC #FEDCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBE #FDBEE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FC8D #FC8DD9 | BordersInactive statesPlaceholder text |
| 400 | FB51 #FB51C5 | Disabled statesSecondary iconsMuted text |
| 500 | F91F #F91FB4 | Primary brand colorCTAsActive elementsLinks |
| 600 | DB06 #DB0697 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE04 #AE0478 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C03 #7C0356 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500237 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FA;
--indigo-100: #FEDCF3;
--indigo-200: #FDBEE9;
--indigo-300: #FC8DD9;
--indigo-400: #FB51C5;
--indigo-500: #F91FB4;
--indigo-600: #DB0697;
--indigo-700: #AE0478;
--indigo-800: #7C0356;
--indigo-900: #500237;
--indigo-950: #320122;
}