Indigo
#40054D
PinkColor Codes
All color formats for development
HEX
#40054DRGB
rgb(64, 5, 77)HSL
hsl(289, 88%, 16%)OKLCH
oklch(0.276 0.125 319.1)CMYK
cmyk(17%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#390445
2#33043D
3#2C0336
4#26032E
5#200226
6#19021F
7#130117
8#0D010F
9#060008
Tints
Lighter variations
1#610775
2#820A9D
3#A40DC6
4#C50FEE
5#D036F2
6#D95EF5
7#E386F7
8#ECAEFA
9#F6D7FC
Tones
Muted variations
1#3D0849
2#3B0C46
3#391042
4#36133E
5#34173B
6#321A37
7#301E34
8#2D2230
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C1 #F0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E591 #E591F8 | BordersInactive statesPlaceholder text |
| 400 | D757 #D757F4 | Disabled statesSecondary iconsMuted text |
| 500 | CC27 #CC27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF0D #AF0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B0B #8B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6308 #630878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4005 #40054D | 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: #F7DDFD;
--indigo-200: #F0C1FB;
--indigo-300: #E591F8;
--indigo-400: #D757F4;
--indigo-500: #CC27F1;
--indigo-600: #AF0DD3;
--indigo-700: #8B0BA8;
--indigo-800: #630878;
--indigo-900: #40054D;
--indigo-950: #280330;
}