Indigo
#49044E
PinkColor Codes
All color formats for development
HEX
#49044ERGB
rgb(73, 4, 78)HSL
hsl(296, 90%, 16%)OKLCH
oklch(0.291 0.13 325)CMYK
cmyk(6%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410446
2#3A033E
3#330336
4#2C022F
5#240227
6#1D021F
7#160117
8#0F0110
9#070008
Tints
Lighter variations
1#6F0676
2#95089F
3#BB0BC8
4#E10DF0
5#E734F4
6#EC5CF6
7#F185F9
8#F6AEFB
9#FAD6FD
Tones
Muted variations
1#45084A
2#420B46
3#3F0F43
4#3C133F
5#39163B
6#361A37
7#321E34
8#2F2130
9#2C252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C0 #F8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | F290 #F290F9 | BordersInactive statesPlaceholder text |
| 400 | EB55 #EB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | E625 #E625F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C80B #C80BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F09 #9F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7106 #710679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4904 #49044E | Primary textHigh emphasis contentDark headings |
| 950 | 2D03 #2D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF0FE;
--indigo-100: #FBDDFD;
--indigo-200: #F8C0FC;
--indigo-300: #F290F9;
--indigo-400: #EB55F6;
--indigo-500: #E625F4;
--indigo-600: #C80BD5;
--indigo-700: #9F09AA;
--indigo-800: #710679;
--indigo-900: #49044E;
--indigo-950: #2D0330;
}