Indigo
#50013B
PinkColor Codes
All color formats for development
HEX
#50013BRGB
rgb(80, 1, 59)HSL
hsl(316, 98%, 16%)OKLCH
oklch(0.29 0.123 342.8)CMYK
cmyk(0%, 99%, 26%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490136
2#410130
3#39012A
4#300024
5#28001E
6#200018
7#180012
8#10000C
9#080006
Tints
Lighter variations
1#7B015B
2#A6027A
3#D00299
4#FA03B8
5#FD2BC5
6#FD55D1
7#FE80DC
8#FEAAE8
9#FFD5F3
Tones
Muted variations
1#4D053A
2#490938
3#450D36
4#411134
5#3D1532
6#391930
7#351D2E
8#31212D
9#2D252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDED | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BDF | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4ECF | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E015D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51013B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FB;
--indigo-100: #FFDCF5;
--indigo-200: #FEBDED;
--indigo-300: #FE8BDF;
--indigo-400: #FD4ECF;
--indigo-500: #FD1CC1;
--indigo-600: #DE02A4;
--indigo-700: #B10282;
--indigo-800: #7E015D;
--indigo-900: #51013B;
--indigo-950: #320125;
}