Indigo
#490943
PinkColor Codes
All color formats for development
HEX
#490943RGB
rgb(73, 9, 67)HSL
hsl(306, 78%, 16%)OKLCH
oklch(0.288 0.116 332.5)CMYK
cmyk(0%, 88%, 8%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41083C
2#3A0735
3#33062E
4#2C0528
5#240421
6#1D041B
7#160314
8#0F020D
9#070107
Tints
Lighter variations
1#6F0E65
2#951288
3#BB17AB
4#E11CCD
5#E740D7
6#EC66DF
7#F18DE7
8#F6B3EF
9#FAD9F7
Tones
Muted variations
1#450C40
2#420F3D
3#3F133B
4#3C1638
5#391936
6#361C33
7#321F30
8#2F222E
9#2C262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E9 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60DD | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1491 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490942 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF1FC;
--indigo-100: #FBDFF8;
--indigo-200: #F8C4F3;
--indigo-300: #F297E9;
--indigo-400: #EB60DD;
--indigo-500: #E633D4;
--indigo-600: #C819B6;
--indigo-700: #9F1491;
--indigo-800: #710E68;
--indigo-900: #490942;
--indigo-950: #2D0629;
}