Indigo
#48054D
PinkColor Codes
All color formats for development
HEX
#48054DRGB
rgb(72, 5, 77)HSL
hsl(296, 88%, 16%)OKLCH
oklch(0.29 0.128 324.9)CMYK
cmyk(6%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410445
2#3A043D
3#320336
4#2B032E
5#240226
6#1D021F
7#160117
8#0E010F
9#070008
Tints
Lighter variations
1#6E0775
2#930A9D
3#B90DC6
4#DF0FEE
5#E636F2
6#EB5EF5
7#F086F7
8#F5AEFA
9#FAD7FC
Tones
Muted variations
1#450849
2#420C46
3#3F1042
4#3B133E
5#38173B
6#351A37
7#321E34
8#2F2230
9#2C252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C1 #F7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F191 #F191F8 | BordersInactive statesPlaceholder text |
| 400 | EA57 #EA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | E427 #E427F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C60D #C60DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D0B #9D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7008 #700878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4805 #48054D | 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: #FDF1FE;
--indigo-100: #FBDDFD;
--indigo-200: #F7C1FB;
--indigo-300: #F191F8;
--indigo-400: #EA57F4;
--indigo-500: #E427F1;
--indigo-600: #C60DD3;
--indigo-700: #9D0BA8;
--indigo-800: #700878;
--indigo-900: #48054D;
--indigo-950: #2D0330;
}