Indigo
#4D053D
PinkColor Codes
All color formats for development
HEX
#4D053DRGB
rgb(77, 5, 61)HSL
hsl(313, 88%, 16%)OKLCH
oklch(0.288 0.118 339.7)CMYK
cmyk(0%, 94%, 21%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#450437
2#3D0431
3#36032B
4#2E0325
5#26021F
6#1F0218
7#170112
8#0F010C
9#080006
Tints
Lighter variations
1#75075D
2#9D0A7D
3#C60D9D
4#EE0FBE
5#F236C9
6#F55ED4
7#F786DF
8#FAAEEA
9#FCD7F4
Tones
Muted variations
1#49083B
2#460C39
3#421037
4#3E1335
5#3B1733
6#371A31
7#341E2F
8#30222D
9#2C252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891E2 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457D2 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D053D | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF1FB;
--indigo-100: #FDDDF6;
--indigo-200: #FBC1EE;
--indigo-300: #F891E2;
--indigo-400: #F457D2;
--indigo-500: #F127C5;
--indigo-600: #D30DA8;
--indigo-700: #A80B86;
--indigo-800: #780860;
--indigo-900: #4D053D;
--indigo-950: #300326;
}