Indigo
#500148
PinkColor Codes
All color formats for development
HEX
#500148RGB
rgb(80, 1, 72)HSL
hsl(306, 98%, 16%)OKLCH
oklch(0.298 0.132 333.5)CMYK
cmyk(0%, 99%, 10%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490142
2#41013A
3#390133
4#30002C
5#280024
6#20001D
7#180016
8#10000F
9#080007
Tints
Lighter variations
1#7B016F
2#A60295
3#D002BB
4#FA03E2
5#FD2BE8
6#FD55EC
7#FE80F1
8#FEAAF6
9#FFD5FA
Tones
Muted variations
1#4D0546
2#490942
3#450D3F
4#41113C
5#3D1539
6#391936
7#351D32
8#31212F
9#2D252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BF2 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EEC | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1029F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510149 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FD;
--indigo-100: #FFDCFB;
--indigo-200: #FEBDF8;
--indigo-300: #FE8BF2;
--indigo-400: #FD4EEC;
--indigo-500: #FD1CE6;
--indigo-600: #DE02C8;
--indigo-700: #B1029F;
--indigo-800: #7E0172;
--indigo-900: #510149;
--indigo-950: #32012D;
}