Indigo
#500135
PinkColor Codes
All color formats for development
HEX
#500135RGB
rgb(80, 1, 53)HSL
hsl(321, 98%, 16%)OKLCH
oklch(0.287 0.119 347.6)CMYK
cmyk(0%, 99%, 34%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490130
2#41012A
3#390125
4#300020
5#28001A
6#200015
7#180010
8#10000B
9#080005
Tints
Lighter variations
1#7B0151
2#A6026C
3#D00288
4#FA03A4
5#FD2BB3
6#FD55C3
7#FE80D2
8#FEAAE1
9#FFD5F0
Tones
Muted variations
1#4D0534
2#490932
3#450D31
4#411130
5#3D152F
6#39192E
7#351D2C
8#31212B
9#2D252A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD6 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EC0 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CAE | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10273 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510135 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FA;
--indigo-100: #FFDCF2;
--indigo-200: #FEBDE8;
--indigo-300: #FE8BD6;
--indigo-400: #FD4EC0;
--indigo-500: #FD1CAE;
--indigo-600: #DE0291;
--indigo-700: #B10273;
--indigo-800: #7E0152;
--indigo-900: #510135;
--indigo-950: #320121;
}