Indigo
#42054C
PinkColor Codes
All color formats for development
HEX
#42054CRGB
rgb(66, 5, 76)HSL
hsl(292, 88%, 16%)OKLCH
oklch(0.278 0.125 321.3)CMYK
cmyk(13%, 93%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C0445
2#36043D
3#2F0336
4#28032E
5#220226
6#1B021F
7#140117
8#0D010F
9#070008
Tints
Lighter variations
1#660775
2#8A0A9D
3#AD0DC6
4#D00FEE
5#D936F2
6#E15EF5
7#E886F7
8#F0AEFA
9#F7D7FC
Tones
Muted variations
1#400849
2#3E0C46
3#3B1042
4#39133E
5#36173B
6#331A37
7#311E34
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 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C1 #F3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EA91 #EA91F8 | BordersInactive statesPlaceholder text |
| 400 | DF57 #DF57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D627 #D627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B90D #B90DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 930B #930BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6908 #690878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4305 #43054D | Primary textHigh emphasis contentDark headings |
| 950 | 2A03 #2A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FE;
--indigo-100: #F9DDFD;
--indigo-200: #F3C1FB;
--indigo-300: #EA91F8;
--indigo-400: #DF57F4;
--indigo-500: #D627F1;
--indigo-600: #B90DD3;
--indigo-700: #930BA8;
--indigo-800: #690878;
--indigo-900: #43054D;
--indigo-950: #2A0330;
}