Indigo
#44024F
PinkColor Codes
All color formats for development
HEX
#44024FRGB
rgb(68, 2, 79)HSL
hsl(291, 95%, 16%)OKLCH
oklch(0.282 0.131 321)CMYK
cmyk(14%, 97%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D0248
2#360240
3#300138
4#290130
5#220128
6#1B0120
7#140118
8#0E0010
9#070008
Tints
Lighter variations
1#680379
2#8B04A3
3#AF05CD
4#D306F7
5#DB2EFA
6#E258FB
7#E982FC
8#F1ABFD
9#F8D5FE
Tones
Muted variations
1#41064C
2#3F0A48
3#3C0E44
4#391240
5#36153C
6#341938
7#311D34
8#2E2131
9#2C252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BE #F4BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8D #EB8DFC | BordersInactive statesPlaceholder text |
| 400 | E151 #E151FB | Disabled statesSecondary iconsMuted text |
| 500 | D91F #D91FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | BB06 #BB06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9504 #9504AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A03 #6A037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4402 #440250 | Primary textHigh emphasis contentDark headings |
| 950 | 2A01 #2A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FF;
--indigo-100: #F9DCFE;
--indigo-200: #F4BEFD;
--indigo-300: #EB8DFC;
--indigo-400: #E151FB;
--indigo-500: #D91FF9;
--indigo-600: #BB06DB;
--indigo-700: #9504AE;
--indigo-800: #6A037C;
--indigo-900: #440250;
--indigo-950: #2A0132;
}