Indigo
#44074B
PinkColor Codes
All color formats for development
HEX
#44074BRGB
rgb(68, 7, 75)HSL
hsl(294, 83%, 16%)OKLCH
oklch(0.283 0.122 323.3)CMYK
cmyk(9%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D0643
2#36063C
3#300534
4#29042D
5#220325
6#1B031E
7#140216
8#0E010F
9#070107
Tints
Lighter variations
1#680B72
2#8B0E99
3#AF12C0
4#D216E7
5#DB3BED
6#E262F0
7#E989F4
8#F1B1F8
9#F8D8FB
Tones
Muted variations
1#410A47
2#3E0E44
3#3C1141
4#39143D
5#36183A
6#341B36
7#311F33
8#2E2230
9#2C252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C2 #F4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB94 #EB94F5 | BordersInactive statesPlaceholder text |
| 400 | E15C #E15CF0 | Disabled statesSecondary iconsMuted text |
| 500 | D82D #D82DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | BB13 #BB13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 950F #950FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0B #6A0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4407 #44074B | Primary textHigh emphasis contentDark headings |
| 950 | 2A04 #2A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FE;
--indigo-100: #F9DEFC;
--indigo-200: #F4C2F9;
--indigo-300: #EB94F5;
--indigo-400: #E15CF0;
--indigo-500: #D82DEB;
--indigo-600: #BB13CD;
--indigo-700: #950FA3;
--indigo-800: #6A0B75;
--indigo-900: #44074B;
--indigo-950: #2A042F;
}