Indigo
#4B0150
PinkColor Codes
All color formats for development
HEX
#4B0150RGB
rgb(75, 1, 80)HSL
hsl(296, 98%, 16%)OKLCH
oklch(0.294 0.136 325.2)CMYK
cmyk(6%, 99%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#440149
2#3C0141
3#350139
4#2D0030
5#260028
6#1E0020
7#170018
8#0F0010
9#080008
Tints
Lighter variations
1#73017B
2#9B02A6
3#C202D0
4#EA03FA
5#EF2BFD
6#F255FD
7#F580FE
8#F9AAFE
9#FCD5FF
Tones
Muted variations
1#48054D
2#450949
3#410D45
4#3E1141
5#3A153D
6#371939
7#331D35
8#302131
9#2C252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDC #FCDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FABD #FABDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | F68B #F68BFE | BordersInactive statesPlaceholder text |
| 400 | F24E #F24EFD | Disabled statesSecondary iconsMuted text |
| 500 | EE1C #EE1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | CF02 #CF02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | A502 #A502B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7601 #76017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B01 #4B0151 | Primary textHigh emphasis contentDark headings |
| 950 | 2F01 #2F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF0FF;
--indigo-100: #FCDCFF;
--indigo-200: #FABDFE;
--indigo-300: #F68BFE;
--indigo-400: #F24EFD;
--indigo-500: #EE1CFD;
--indigo-600: #CF02DE;
--indigo-700: #A502B1;
--indigo-800: #76017E;
--indigo-900: #4B0151;
--indigo-950: #2F0132;
}