Indigo
#500142
PinkColor Codes
All color formats for development
HEX
#500142RGB
rgb(80, 1, 66)HSL
hsl(311, 98%, 16%)OKLCH
oklch(0.294 0.128 337.6)CMYK
cmyk(0%, 99%, 18%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49013C
2#410135
3#39012E
4#300028
5#280021
6#20001A
7#180014
8#10000D
9#080007
Tints
Lighter variations
1#7B0165
2#A60288
3#D002AA
4#FA03CD
5#FD2BD6
6#FD55DE
7#FE80E7
8#FEAAEF
9#FFD5F7
Tones
Muted variations
1#4D0540
2#49093D
3#450D3B
4#411138
5#3D1535
6#391933
7#351D30
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 #FFDCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BE9 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EDD | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CD3 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510142 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FC;
--indigo-100: #FFDCF8;
--indigo-200: #FEBDF2;
--indigo-300: #FE8BE9;
--indigo-400: #FD4EDD;
--indigo-500: #FD1CD3;
--indigo-600: #DE02B6;
--indigo-700: #B10291;
--indigo-800: #7E0167;
--indigo-900: #510142;
--indigo-950: #320129;
}