Indigo
#4D0546
PinkColor Codes
All color formats for development
HEX
#4D0546RGB
rgb(77, 5, 70)HSL
hsl(306, 88%, 16%)OKLCH
oklch(0.294 0.125 333)CMYK
cmyk(0%, 94%, 9%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45043F
2#3D0438
3#360331
4#2E032A
5#260223
6#1F021C
7#170115
8#0F010E
9#080007
Tints
Lighter variations
1#75076A
2#9D0A8F
3#C60DB3
4#EE0FD8
5#F236DF
6#F55EE6
7#F786EC
8#FAAEF2
9#FCD7F9
Tones
Muted variations
1#490843
2#460C40
3#42103D
4#3E133A
5#3B1737
6#371A34
7#341E31
8#30222F
9#2C252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891EE | BordersInactive statesPlaceholder text |
| 400 | F457 #F457E5 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127DD | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78086D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0546 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF1FD;
--indigo-100: #FDDDFA;
--indigo-200: #FBC1F5;
--indigo-300: #F891EE;
--indigo-400: #F457E5;
--indigo-500: #F127DD;
--indigo-600: #D30DBF;
--indigo-700: #A80B98;
--indigo-800: #78086D;
--indigo-900: #4D0546;
--indigo-950: #30032B;
}