Indigo
#440849
PinkColor Codes
All color formats for development
HEX
#440849RGB
rgb(68, 8, 73)HSL
hsl(295, 80%, 16%)OKLCH
oklch(0.282 0.12 324.6)CMYK
cmyk(7%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D0742
2#36073B
3#300633
4#29052C
5#220425
6#1B031D
7#140216
8#0E020F
9#070107
Tints
Lighter variations
1#680C70
2#8B1197
3#AF15BD
4#D319E4
5#DB3EEA
6#E265EE
7#EA8BF2
8#F1B2F6
9#F8D8FB
Tones
Muted variations
1#410B46
2#3F0F43
3#3C1240
4#39153C
5#361839
6#341C36
7#311F33
8#2E222F
9#2C262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C3 #F4C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB95 #EB95F3 | BordersInactive statesPlaceholder text |
| 400 | E15E #E15EED | Disabled statesSecondary iconsMuted text |
| 500 | D930 #D930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | BB16 #BB16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9512 #9512A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0D #6A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4408 #440849 | Primary textHigh emphasis contentDark headings |
| 950 | 2B05 #2B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FD;
--indigo-100: #F9DFFB;
--indigo-200: #F4C3F8;
--indigo-300: #EB95F3;
--indigo-400: #E15EED;
--indigo-500: #D930E8;
--indigo-600: #BB16CA;
--indigo-700: #9512A1;
--indigo-800: #6A0D73;
--indigo-900: #440849;
--indigo-950: #2B052E;
}