Indigo
#4D0441
PinkColor Codes
All color formats for development
HEX
#4D0441RGB
rgb(77, 4, 65)HSL
hsl(310, 90%, 16%)OKLCH
oklch(0.29 0.122 336.6)CMYK
cmyk(0%, 95%, 16%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46043B
2#3E0334
3#36032E
4#2F0227
5#270221
6#1F021A
7#170114
8#10010D
9#080007
Tints
Lighter variations
1#760664
2#9F0886
3#C80BA8
4#F00DCA
5#F434D4
6#F65CDD
7#F985E5
8#FBAEEE
9#FDD6F6
Tones
Muted variations
1#4A083F
2#460B3C
3#430F3A
4#3F1337
5#3B1635
6#371A33
7#341E30
8#30212E
9#2C252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990E8 | BordersInactive statesPlaceholder text |
| 400 | F655 #F655DB | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F425D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50BB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA098F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790666 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0441 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF0FC;
--indigo-100: #FDDDF8;
--indigo-200: #FCC0F2;
--indigo-300: #F990E8;
--indigo-400: #F655DB;
--indigo-500: #F425D1;
--indigo-600: #D50BB4;
--indigo-700: #AA098F;
--indigo-800: #790666;
--indigo-900: #4E0441;
--indigo-950: #300329;
}