Indigo
#510136
PinkColor Codes
All color formats for development
HEX
#510136RGB
rgb(81, 1, 54)HSL
hsl(320, 98%, 16%)OKLCH
oklch(0.289 0.12 347.4)CMYK
cmyk(0%, 99%, 33%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490131
2#41012B
3#390126
4#300020
5#28001B
6#200016
7#180010
8#10000B
9#080005
Tints
Lighter variations
1#7B0153
2#A6026F
3#D0028B
4#FA03A8
5#FD2BB7
6#FD55C5
7#FE80D4
8#FEAAE2
9#FFD5F1
Tones
Muted variations
1#4D0535
2#490933
3#450D32
4#411131
5#3D152F
6#39192E
7#351D2D
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 #FFDCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD8 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EC3 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0295 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10276 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510136 | 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: #FFDCF3;
--indigo-200: #FEBDE9;
--indigo-300: #FE8BD8;
--indigo-400: #FD4EC3;
--indigo-500: #FD1CB2;
--indigo-600: #DE0295;
--indigo-700: #B10276;
--indigo-800: #7E0155;
--indigo-900: #510136;
--indigo-950: #320122;
}