Indigo
#41054D
PinkColor Codes
All color formats for development
HEX
#41054DRGB
rgb(65, 5, 77)HSL
hsl(290, 88%, 16%)OKLCH
oklch(0.277 0.125 319.9)CMYK
cmyk(16%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A0445
2#34043D
3#2D0336
4#27032E
5#200226
6#1A021F
7#130117
8#0D010F
9#060008
Tints
Lighter variations
1#630775
2#850A9D
3#A70DC6
4#C90FEE
5#D336F2
6#DC5EF5
7#E486F7
8#EDAEFA
9#F6D7FC
Tones
Muted variations
1#3E0849
2#3C0C46
3#3A1042
4#37133E
5#35173B
6#321A37
7#301E34
8#2E2230
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C1 #F1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E791 #E791F8 | BordersInactive statesPlaceholder text |
| 400 | DA57 #DA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D027 #D027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B20D #B20DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0B #8E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6508 #650878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4105 #41054D | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FE;
--indigo-100: #F8DDFD;
--indigo-200: #F1C1FB;
--indigo-300: #E791F8;
--indigo-400: #DA57F4;
--indigo-500: #D027F1;
--indigo-600: #B20DD3;
--indigo-700: #8E0BA8;
--indigo-800: #650878;
--indigo-900: #41054D;
--indigo-950: #280330;
}