Indigo
#4E033C
PinkColor Codes
All color formats for development
HEX
#4E033CRGB
rgb(78, 3, 60)HSL
hsl(314, 93%, 16%)OKLCH
oklch(0.288 0.12 341)CMYK
cmyk(0%, 96%, 23%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#470337
2#3F0231
3#37022B
4#2F0225
5#27011F
6#1F0118
7#180112
8#10010C
9#080006
Tints
Lighter variations
1#78045D
2#A1067D
3#CB079D
4#F409BD
5#F830C9
6#F95AD4
7#FB83DF
8#FCACE9
9#FED6F4
Tones
Muted variations
1#4B073B
2#470A39
3#430E37
4#401235
5#3C1633
6#381A31
7#341D2F
8#30212D
9#2D252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EE1 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953D2 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B045F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F033D | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF0FB;
--indigo-100: #FEDDF6;
--indigo-200: #FDBFEE;
--indigo-300: #FB8EE1;
--indigo-400: #F953D2;
--indigo-500: #F722C5;
--indigo-600: #D908A8;
--indigo-700: #AC0686;
--indigo-800: #7B045F;
--indigo-900: #4F033D;
--indigo-950: #310226;
}