Indigo
#3F0150
PinkColor Codes
All color formats for development
HEX
#3F0150RGB
rgb(63, 1, 80)HSL
hsl(287, 98%, 16%)OKLCH
oklch(0.273 0.131 316.9)CMYK
cmyk(21%, 99%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#390149
2#330141
3#2C0139
4#260030
5#200028
6#190020
7#130018
8#0D0010
9#060008
Tints
Lighter variations
1#61017B
2#8202A6
3#A302D0
4#C503FA
5#CF2BFD
6#D955FD
7#E280FE
8#ECAAFE
9#F5D5FF
Tones
Muted variations
1#3D054D
2#3B0949
3#390D45
4#361141
5#34153D
6#321939
7#301D35
8#2D2131
9#2B252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BD #F0BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E58B #E58BFE | BordersInactive statesPlaceholder text |
| 400 | D74E #D74EFD | Disabled statesSecondary iconsMuted text |
| 500 | CC1C #CC1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | AF02 #AF02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B02 #8B02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6301 #63017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F01 #3F0151 | Primary textHigh emphasis contentDark headings |
| 950 | 2801 #280132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FF;
--indigo-100: #F7DCFF;
--indigo-200: #F0BDFE;
--indigo-300: #E58BFE;
--indigo-400: #D74EFD;
--indigo-500: #CC1CFD;
--indigo-600: #AF02DE;
--indigo-700: #8B02B1;
--indigo-800: #63017E;
--indigo-900: #3F0151;
--indigo-950: #280132;
}