Indigo
#430151
PinkColor Codes
All color formats for development
HEX
#430151RGB
rgb(67, 1, 81)HSL
hsl(290, 98%, 16%)OKLCH
oklch(0.281 0.134 319.2)CMYK
cmyk(17%, 99%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D0149
2#360141
3#2F0139
4#280030
5#220028
6#1B0020
7#140018
8#0D0010
9#070008
Tints
Lighter variations
1#67017B
2#8A02A6
3#AE02D0
4#D103FA
5#DA2BFD
6#E155FD
7#E980FE
8#F0AAFE
9#F8D5FF
Tones
Muted variations
1#41054D
2#3E0949
3#3B0D45
4#391141
5#36153D
6#331939
7#311D35
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 | F9DC #F9DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BD #F4BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8B #EB8BFE | BordersInactive statesPlaceholder text |
| 400 | E04E #E04EFD | Disabled statesSecondary iconsMuted text |
| 500 | D71C #D71CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | BA02 #BA02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9402 #9402B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6901 #69017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4301 #430151 | Primary textHigh emphasis contentDark headings |
| 950 | 2A01 #2A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FF;
--indigo-100: #F9DCFF;
--indigo-200: #F4BDFE;
--indigo-300: #EB8BFE;
--indigo-400: #E04EFD;
--indigo-500: #D71CFD;
--indigo-600: #BA02DE;
--indigo-700: #9402B1;
--indigo-800: #69017E;
--indigo-900: #430151;
--indigo-950: #2A0132;
}