Indigo
#4C0546
PinkColor Codes
All color formats for development
HEX
#4C0546RGB
rgb(76, 5, 70)HSL
hsl(305, 88%, 16%)OKLCH
oklch(0.292 0.124 332.3)CMYK
cmyk(0%, 93%, 8%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#450440
2#3D0439
3#360332
4#2E032A
5#260223
6#1F021C
7#170115
8#0F010E
9#080007
Tints
Lighter variations
1#75076C
2#9D0A91
3#C60DB6
4#EE0FDB
5#F236E2
6#F55EE8
7#F786EE
8#FAAEF4
9#FCD7F9
Tones
Muted variations
1#490844
2#460C41
3#42103E
4#3E133B
5#3B1738
6#371A35
7#341E32
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 #FBC1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891EF | BordersInactive statesPlaceholder text |
| 400 | F457 #F457E7 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78086F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0547 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF1FD;
--indigo-100: #FDDDFA;
--indigo-200: #FBC1F6;
--indigo-300: #F891EF;
--indigo-400: #F457E7;
--indigo-500: #F127E0;
--indigo-600: #D30DC2;
--indigo-700: #A80B9B;
--indigo-800: #78086F;
--indigo-900: #4D0547;
--indigo-950: #30032C;
}