Indigo
#51013A
PinkColor Codes
All color formats for development
HEX
#51013ARGB
rgb(81, 1, 58)HSL
hsl(317, 98%, 16%)OKLCH
oklch(0.291 0.123 344.2)CMYK
cmyk(0%, 99%, 28%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490134
2#41012F
3#390129
4#300023
5#28001D
6#200017
7#180011
8#10000C
9#080006
Tints
Lighter variations
1#7B0159
2#A60277
3#D00296
4#FA03B4
5#FD2BC1
6#FD55CE
7#FE80DA
8#FEAAE6
9#FFD5F3
Tones
Muted variations
1#4D0538
2#490937
3#450D35
4#411133
5#3D1531
6#391930
7#351D2E
8#31212C
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 #FEBDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BDD | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4ECC | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CBD | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1027F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E015B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51013A | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FB;
--indigo-100: #FFDCF5;
--indigo-200: #FEBDEC;
--indigo-300: #FE8BDD;
--indigo-400: #FD4ECC;
--indigo-500: #FD1CBD;
--indigo-600: #DE02A0;
--indigo-700: #B1027F;
--indigo-800: #7E015B;
--indigo-900: #51013A;
--indigo-950: #320124;
}