Indigo
#500143
PinkColor Codes
All color formats for development
HEX
#500143RGB
rgb(80, 1, 67)HSL
hsl(310, 98%, 16%)OKLCH
oklch(0.295 0.128 336.9)CMYK
cmyk(0%, 99%, 16%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49013D
2#410136
3#39012F
4#300028
5#280022
6#20001B
7#180014
8#10000D
9#080007
Tints
Lighter variations
1#7B0167
2#A6028A
3#D002AE
4#FA03D1
5#FD2BDA
6#FD55E1
7#FE80E9
8#FEAAF0
9#FFD5F8
Tones
Muted variations
1#4D0541
2#49093E
3#450D3B
4#411139
5#3D1536
6#391933
7#351D31
8#31212E
9#2D252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BEB | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EE0 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10294 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510143 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FC;
--indigo-100: #FFDCF9;
--indigo-200: #FEBDF4;
--indigo-300: #FE8BEB;
--indigo-400: #FD4EE0;
--indigo-500: #FD1CD7;
--indigo-600: #DE02BA;
--indigo-700: #B10294;
--indigo-800: #7E0169;
--indigo-900: #510143;
--indigo-950: #32012A;
}