Indigo
#510151
PinkColor Codes
All color formats for development
HEX
#510151RGB
rgb(81, 1, 81)HSL
hsl(300, 98%, 16%)OKLCH
oklch(0.306 0.139 328.3)CMYK
cmyk(0%, 99%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490149
2#410141
3#390139
4#300030
5#280028
6#200020
7#180018
8#100010
9#080008
Tints
Lighter variations
1#7B017B
2#A602A6
3#D002D0
4#FA03FA
5#FD2BFD
6#FD55FD
7#FE80FE
8#FEAAFE
9#FFD5FF
Tones
Muted variations
1#4D054D
2#490949
3#450D45
4#411141
5#3D153D
6#391939
7#351D35
8#312131
9#2D252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BFE | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EFD | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510151 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FF;
--indigo-100: #FFDCFF;
--indigo-200: #FEBDFE;
--indigo-300: #FE8BFE;
--indigo-400: #FD4EFD;
--indigo-500: #FD1CFD;
--indigo-600: #DE02DE;
--indigo-700: #B102B1;
--indigo-800: #7E017E;
--indigo-900: #510151;
--indigo-950: #320132;
}