Indigo
#470151
PinkColor Codes
All color formats for development
HEX
#470151RGB
rgb(71, 1, 81)HSL
hsl(293, 98%, 16%)OKLCH
oklch(0.288 0.135 321.9)CMYK
cmyk(12%, 99%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400149
2#390141
3#320139
4#2B0030
5#240028
6#1D0020
7#150018
8#0E0010
9#070008
Tints
Lighter variations
1#6D017B
2#9202A6
3#B802D0
4#DE03FA
5#E42BFD
6#EA55FD
7#EF80FE
8#F4AAFE
9#FAD5FF
Tones
Muted variations
1#44054D
2#410949
3#3E0D45
4#3B1141
5#38153D
6#351939
7#321D35
8#2F2131
9#2C252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDC #FBDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BD #F7BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | F08B #F08BFE | BordersInactive statesPlaceholder text |
| 400 | E94E #E94EFD | Disabled statesSecondary iconsMuted text |
| 500 | E21C #E21CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | C402 #C402DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C02 #9C02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7001 #70017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4701 #470151 | Primary textHigh emphasis contentDark headings |
| 950 | 2D01 #2D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF0FF;
--indigo-100: #FBDCFF;
--indigo-200: #F7BDFE;
--indigo-300: #F08BFE;
--indigo-400: #E94EFD;
--indigo-500: #E21CFD;
--indigo-600: #C402DE;
--indigo-700: #9C02B1;
--indigo-800: #70017E;
--indigo-900: #470151;
--indigo-950: #2D0132;
}