Indigo
#4E0339
PinkColor Codes
All color formats for development
HEX
#4E0339RGB
rgb(78, 3, 57)HSL
hsl(317, 93%, 16%)OKLCH
oklch(0.286 0.118 343.4)CMYK
cmyk(0%, 96%, 27%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#470334
2#3F022E
3#370228
4#2F0222
5#27011D
6#1F0117
7#180111
8#10010B
9#080006
Tints
Lighter variations
1#780457
2#A10675
3#CB0793
4#F409B1
5#F830BF
6#F95ACC
7#FB83D9
8#FCACE5
9#FED6F2
Tones
Muted variations
1#4B0738
2#470A36
3#430E34
4#401233
5#3C1631
6#381A2F
7#341D2E
8#30212C
9#2D252A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EDC | BordersInactive statesPlaceholder text |
| 400 | F953 #F953CA | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722BA | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D9089D | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC067D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0339 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF0FA;
--indigo-100: #FEDDF4;
--indigo-200: #FDBFEB;
--indigo-300: #FB8EDC;
--indigo-400: #F953CA;
--indigo-500: #F722BA;
--indigo-600: #D9089D;
--indigo-700: #AC067D;
--indigo-800: #7B0459;
--indigo-900: #4F0339;
--indigo-950: #310224;
}