Indigo
#4E0443
PinkColor Codes
All color formats for development
HEX
#4E0443RGB
rgb(78, 4, 67)HSL
hsl(309, 90%, 16%)OKLCH
oklch(0.293 0.124 335.8)CMYK
cmyk(0%, 95%, 14%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46043C
2#3E0335
3#36032F
4#2F0228
5#270221
6#1F021B
7#170114
8#10010D
9#080007
Tints
Lighter variations
1#760665
2#9F0888
3#C80BAB
4#F00DCE
5#F434D7
6#F65CDF
7#F985E7
8#FBAEEF
9#FDD6F7
Tones
Muted variations
1#4A0840
2#460B3D
3#430F3B
4#3F1338
5#3B1636
6#371A33
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 #FDDDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990E9 | BordersInactive statesPlaceholder text |
| 400 | F655 #F655DE | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F425D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790668 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0443 | 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: #FDDDF8;
--indigo-200: #FCC0F3;
--indigo-300: #F990E9;
--indigo-400: #F655DE;
--indigo-500: #F425D5;
--indigo-600: #D50BB7;
--indigo-700: #AA0991;
--indigo-800: #790668;
--indigo-900: #4E0443;
--indigo-950: #30032A;
}