Indigo
#44044E
PinkColor Codes
All color formats for development
HEX
#44044ERGB
rgb(68, 4, 78)HSL
hsl(292, 90%, 16%)OKLCH
oklch(0.283 0.128 321.5)CMYK
cmyk(13%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D0446
2#36033E
3#2F0336
4#29022F
5#220227
6#1B021F
7#140117
8#0E0110
9#070008
Tints
Lighter variations
1#670676
2#8B089F
3#AE0BC8
4#D20DF0
5#DB34F4
6#E25CF6
7#E985F9
8#F0AEFB
9#F8D6FD
Tones
Muted variations
1#41084A
2#3E0B46
3#3C0F43
4#39133F
5#36163B
6#341A37
7#311E34
8#2E2130
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C0 #F4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | EB90 #EB90F9 | BordersInactive statesPlaceholder text |
| 400 | E155 #E155F6 | Disabled statesSecondary iconsMuted text |
| 500 | D825 #D825F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA0B #BA0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9409 #9409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A06 #6A0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4404 #44044E | 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: #FCF0FE;
--indigo-100: #F9DDFD;
--indigo-200: #F4C0FC;
--indigo-300: #EB90F9;
--indigo-400: #E155F6;
--indigo-500: #D825F4;
--indigo-600: #BA0BD5;
--indigo-700: #9409AA;
--indigo-800: #6A0679;
--indigo-900: #44044E;
--indigo-950: #2A0330;
}