Indigo
#410150
PinkColor Codes
All color formats for development
HEX
#410150RGB
rgb(65, 1, 80)HSL
hsl(289, 98%, 16%)OKLCH
oklch(0.276 0.132 318.4)CMYK
cmyk(19%, 99%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C0149
2#350141
3#2E0139
4#280030
5#210028
6#1A0020
7#140018
8#0D0010
9#070008
Tints
Lighter variations
1#65017B
2#8802A6
3#AA02D0
4#CD03FA
5#D62BFD
6#DE55FD
7#E780FE
8#EFAAFE
9#F7D5FF
Tones
Muted variations
1#40054D
2#3D0949
3#3B0D45
4#381141
5#35153D
6#331939
7#301D35
8#2E2131
9#2B252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BD #F2BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E98B #E98BFE | BordersInactive statesPlaceholder text |
| 400 | DD4E #DD4EFD | Disabled statesSecondary iconsMuted text |
| 500 | D31C #D31CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | B602 #B602DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9102 #9102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6701 #67017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4201 #420151 | Primary textHigh emphasis contentDark headings |
| 950 | 2901 #290132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FF;
--indigo-100: #F8DCFF;
--indigo-200: #F2BDFE;
--indigo-300: #E98BFE;
--indigo-400: #DD4EFD;
--indigo-500: #D31CFD;
--indigo-600: #B602DE;
--indigo-700: #9102B1;
--indigo-800: #67017E;
--indigo-900: #420151;
--indigo-950: #290132;
}