Indigo
#4E0344
PinkColor Codes
All color formats for development
HEX
#4E0344RGB
rgb(78, 3, 68)HSL
hsl(308, 93%, 16%)OKLCH
oklch(0.293 0.126 335)CMYK
cmyk(0%, 96%, 13%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47033E
2#3F0237
3#370230
4#2F0229
5#270122
6#1F011B
7#180115
8#10010E
9#080007
Tints
Lighter variations
1#780469
2#A1068D
3#CB07B1
4#F409D5
5#F830DD
6#F95AE4
7#FB83EB
8#FCACF1
9#FED6F8
Tones
Muted variations
1#4B0742
2#470A3F
3#430E3C
4#401239
5#3C1637
6#381A34
7#341D31
8#30212E
9#2D252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EEC | BordersInactive statesPlaceholder text |
| 400 | F953 #F953E3 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722DB | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0696 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B046B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0345 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF0FD;
--indigo-100: #FEDDF9;
--indigo-200: #FDBFF4;
--indigo-300: #FB8EEC;
--indigo-400: #F953E3;
--indigo-500: #F722DB;
--indigo-600: #D908BD;
--indigo-700: #AC0696;
--indigo-800: #7B046B;
--indigo-900: #4F0345;
--indigo-950: #31022B;
}