Indigo
#4D043D
PinkColor Codes
All color formats for development
HEX
#4D043DRGB
rgb(77, 4, 61)HSL
hsl(313, 90%, 16%)OKLCH
oklch(0.287 0.119 339.6)CMYK
cmyk(0%, 95%, 21%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#460437
2#3E0331
3#36032B
4#2F0225
5#27021F
6#1F0219
7#170112
8#10010C
9#080006
Tints
Lighter variations
1#76065E
2#9F087E
3#C80B9F
4#F00DBF
5#F434CB
6#F65CD5
7#F985E0
8#FBAEEA
9#FDD6F5
Tones
Muted variations
1#4A083C
2#460B39
3#430F37
4#3F1335
5#3B1633
6#371A31
7#341E2F
8#30212D
9#2C252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990E2 | BordersInactive statesPlaceholder text |
| 400 | F655 #F655D3 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F425C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50BA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0987 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790660 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E043E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF0FB;
--indigo-100: #FDDDF6;
--indigo-200: #FCC0EF;
--indigo-300: #F990E2;
--indigo-400: #F655D3;
--indigo-500: #F425C7;
--indigo-600: #D50BA9;
--indigo-700: #AA0987;
--indigo-800: #790660;
--indigo-900: #4E043E;
--indigo-950: #300327;
}