Indigo
#48034E
PinkColor Codes
All color formats for development
HEX
#48034ERGB
rgb(72, 3, 78)HSL
hsl(295, 93%, 16%)OKLCH
oklch(0.289 0.131 324.4)CMYK
cmyk(8%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410347
2#3A023F
3#330237
4#2B022F
5#240127
6#1D011F
7#160118
8#0E0110
9#070008
Tints
Lighter variations
1#6E0478
2#9406A1
3#BA07CB
4#E109F4
5#E730F8
6#EC5AF9
7#F183FB
8#F5ACFC
9#FAD6FE
Tones
Muted variations
1#45074B
2#420A47
3#3F0E43
4#3C1240
5#39163C
6#351A38
7#321D34
8#2F2130
9#2C252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8BF #F8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F28E #F28EFB | BordersInactive statesPlaceholder text |
| 400 | EB53 #EB53F9 | Disabled statesSecondary iconsMuted text |
| 500 | E522 #E522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C708 #C708D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E06 #9E06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7104 #71047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4803 #48034F | Primary textHigh emphasis contentDark headings |
| 950 | 2D02 #2D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF0FE;
--indigo-100: #FBDDFE;
--indigo-200: #F8BFFD;
--indigo-300: #F28EFB;
--indigo-400: #EB53F9;
--indigo-500: #E522F7;
--indigo-600: #C708D9;
--indigo-700: #9E06AC;
--indigo-800: #71047B;
--indigo-900: #48034F;
--indigo-950: #2D0231;
}