Indigo
#4E0444
PinkColor Codes
All color formats for development
HEX
#4E0444RGB
rgb(78, 4, 68)HSL
hsl(308, 90%, 16%)OKLCH
oklch(0.294 0.125 335)CMYK
cmyk(0%, 95%, 13%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46043D
2#3E0336
3#36032F
4#2F0229
5#270222
6#1F021B
7#170114
8#10010E
9#080007
Tints
Lighter variations
1#760667
2#9F088B
3#C80BAE
4#F00DD2
5#F434DB
6#F65CE2
7#F985E9
8#FBAEF0
9#FDD6F8
Tones
Muted variations
1#4A0841
2#460B3E
3#430F3C
4#3F1339
5#3B1636
6#371A34
7#341E31
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 #FDDDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990EB | BordersInactive statesPlaceholder text |
| 400 | F655 #F655E1 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F425D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50BBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0994 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #79066A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0444 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF0FC;
--indigo-100: #FDDDF9;
--indigo-200: #FCC0F4;
--indigo-300: #F990EB;
--indigo-400: #F655E1;
--indigo-500: #F425D8;
--indigo-600: #D50BBA;
--indigo-700: #AA0994;
--indigo-800: #79066A;
--indigo-900: #4E0444;
--indigo-950: #30032A;
}