Indigo
#4B0742
PinkColor Codes
All color formats for development
HEX
#4B0742RGB
rgb(75, 7, 66)HSL
hsl(308, 83%, 16%)OKLCH
oklch(0.289 0.118 334.6)CMYK
cmyk(0%, 91%, 12%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43063B
2#3C0635
3#34052E
4#2D0427
5#250321
6#1E031A
7#160214
8#0F010D
9#070107
Tints
Lighter variations
1#720B64
2#990E87
3#C012A9
4#E716CB
5#ED3BD5
6#F062DD
7#F489E6
8#F8B1EE
9#FBD8F7
Tones
Muted variations
1#470A3F
2#440E3D
3#41113A
4#3D1438
5#3A1835
6#361B33
7#331F30
8#30222E
9#2C252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594E8 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CDC | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD13B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0742 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF1FC;
--indigo-100: #FCDEF8;
--indigo-200: #F9C2F2;
--indigo-300: #F594E8;
--indigo-400: #F05CDC;
--indigo-500: #EB2DD2;
--indigo-600: #CD13B4;
--indigo-700: #A30F90;
--indigo-800: #750B67;
--indigo-900: #4B0742;
--indigo-950: #2F0429;
}