Indigo
#44054D
PinkColor Codes
All color formats for development
HEX
#44054DRGB
rgb(68, 5, 77)HSL
hsl(293, 88%, 16%)OKLCH
oklch(0.283 0.126 322.1)CMYK
cmyk(12%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D0445
2#37043D
3#300336
4#29032E
5#220226
6#1B021F
7#140117
8#0E010F
9#070008
Tints
Lighter variations
1#680775
2#8C0A9D
3#B00DC6
4#D40FEE
5#DC36F2
6#E35EF5
7#EA86F7
8#F1AEFA
9#F8D7FC
Tones
Muted variations
1#420849
2#3F0C46
3#3C1042
4#39133E
5#37173B
6#341A37
7#311E34
8#2E2230
9#2C252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C1 #F4C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EC91 #EC91F8 | BordersInactive statesPlaceholder text |
| 400 | E257 #E257F4 | Disabled statesSecondary iconsMuted text |
| 500 | DA27 #DA27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | BC0D #BC0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 950B #950BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B08 #6B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4405 #44054D | Primary textHigh emphasis contentDark headings |
| 950 | 2B03 #2B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF1FE;
--indigo-100: #F9DDFD;
--indigo-200: #F4C1FB;
--indigo-300: #EC91F8;
--indigo-400: #E257F4;
--indigo-500: #DA27F1;
--indigo-600: #BC0DD3;
--indigo-700: #950BA8;
--indigo-800: #6B0878;
--indigo-900: #44054D;
--indigo-950: #2B0330;
}